[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cobol/C



In <[🔎] ciccio-961216103247.A013177@parker.dasding> ciccio <ciccio@arrakis.es> writes:

> 
> Does anybody know of a package that performas a convertion
> from cobol to C? (Something like p2c, f2c, etc)


I have heard of commercial packages that claim to be able to translate
Cobol to C, but I have never heard of a freely available one.

Translating Cobol to C is simply a very hard thing to do.  C doesn't
support many of the things that are built into Cobol, such as packed
decimal arithmetic, accessing databases, etc.  Yes, you can get
packages that let C do the similar things, but it still isn't an easy
translation.  This is especially true if you want to use the resulting
C code for more than just an intermediate step of "compiling the
Cobol" program.


I have heard of simplistic freely available Cobol interpreters for
Unix, but I don't think they are good enough to be used in a serious
way.


-wayne



-- 
Wayne Schlitt can not assert the truth of all statements in this
article and still be consistent.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: