waldo@alliant.Alliant.COM (Larry Grossman) (11/16/87)
Can anyone provide information on a COBOL to C translator. A version that runs under VAX/VMS would be preferred although any version would be of interest. Thanks in advance, Larry Grossman -- #include <disclaimer.standard> ...!{linus | mit-eddie}!alliant!waldo Larry Grossman
dmt@ptsfa.UUCP (11/19/87)
In article <848@alliant.Alliant.COM> waldo@alliant.COM (Larry Grossman) writes: >Can anyone provide information on a COBOL to C translator. A version that Since COBOL is not my favorite language, I use sed to translate COBOL to C. echo "COBOL" | sed -n -e "s/OBOL//p" Works everytime! :-) -- Dave Turner 415/542-1299 {ihnp4,lll-crg,qantel,pyramid}!ptsfa!dmt