Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!udel!gatech!hao!ames!ptsfa!dmt From: dmt@ptsfa.UUCP Newsgroups: comp.lang.c,comp.lang.misc,comp.sources.wanted Subject: Re: Cobol to C translator wanted Message-ID: <3794@ptsfa.UUCP> Date: Thu, 19-Nov-87 13:04:18 EST Article-I.D.: ptsfa.3794 Posted: Thu Nov 19 13:04:18 1987 Date-Received: Sat, 21-Nov-87 15:54:27 EST References: <848@alliant.Alliant.COM> Reply-To: dmt@ptsfa.UUCP (Dave Turner) Distribution: na Organization: Pacific * Bell, San Ramon, CA Lines: 11 Xref: utgpu comp.lang.c:5205 comp.lang.misc:854 comp.sources.wanted:2481 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