From owner-freebsd-questions Fri Jun 21 10:07:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA24663 for questions-outgoing; Fri, 21 Jun 1996 10:07:38 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA24652 for ; Fri, 21 Jun 1996 10:07:34 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA18523; Fri, 21 Jun 1996 10:04:20 -0700 From: Terry Lambert Message-Id: <199606211704.KAA18523@phaeton.artisoft.com> Subject: Re: COBOL compiler with FreeBSD To: dss-gmbh@t-online.de (DSS) Date: Fri, 21 Jun 1996 10:04:20 -0700 (MST) Cc: questions@FreeBSD.org In-Reply-To: from "DSS" at Jun 21, 96 06:00:00 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > We have started with FreeBSD 2.1 and everything works fine. One problem > remains: we have 500 COBOL-programs and do not know if there is a > COBOL-compiler available for FreeBSD. We have tried ACUCOBOL and > MicroFocus, but it does not work. Perhaps you can give us a hint ? > A translator cobol2c would be also o.k. Actually, I have to admit to a certain fondness for the idea of having a COBOL compiler available, if for no other reason than to support the massive amount of legacy code out there, and for the ability to have verifiability, even if it means that the language limits the complexity of the algorithms you can encode in it. I don't know about ACUCOBOL or MicroFocus, since I'm not sure of how their development environment works. I thought that the RM/COBOL (Ryan-McFarland) compiler came with its own linker and produced IBCS2 binaries. If this is the case, then it should be possible to use the SCO UNIX version on FreeBSD under emulation. If anyone knows about a cobol2c precompiler, I'd be real interested in seeing that come in as a package on FreeBSD. I think I saw (a long time ago on wuarchive.wustl.edu) a COBOL to Ada precompiler... and there *IS* an Ada compiler (GNU Ada) for FreeBSD, so maybe that would do it for you? I'm not sure it handled the COBOL-85 extensions... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.