Cobal and Acucobol on Linux

I have an old system36 app running on HP-UX 10.20 in a system36 emulation package. This app is written in COBAL and RPG2 code. I would like to know if anyone has ported old system36 COBAL and RPG2 code to run on Linux natively.


    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Cobol has been ported to Linux, you may want to look at Acucobol. I myself have used Acucobol in an HP-UX environment with Good results. The Acucobol compiler translates COBOL source into a ``b-code'' file. When you execute an Acucobol program, you actually run a b-code interpreter. It's no problem for a program compiled on one sort of machine to be executed on any other machine that runs Acucobol. For more information, check out this link:

http://www.firstlinux.com/product/Development/21.shtml.

Regarding RGP2, good luck. I programmed in RPG2 in the early 80's and I hated it. Anyway, check out this URL. Folks claim that using the tools on this web site that they were able to get an RPG programs up and running in less than one day! If this is true, it goes a long way towards really stamping IBM as a real Linux power shaping the open source community!

http://www.easy400.ibm.it/en

Good luck.


This was first published in April 2002