Multi-platform COBOL Compiler



Hello all,

Off and on I have been searching for a multi-platform COBOL compiler.
The ideal compiler would:

Be able to create native executables on each platform
Not require any run-time licensing
Work on both OpenVMS and 64-bit AMD based Ubuntu
Be debuggable
Be able to communicate with remote database servers

I have seen various conversations about OpenCOBOL. Yes, it would work
on both platforms because GCC is available for both platforms, but it
is really a translator. While there are some products like KOBOL
which seem to provide a debugger for such a beast, you are really
adding a second layer for the bugs. It could be a GCC oddity, or a
translator problem, nothing to do with your code.

I have seen advertisements from AcuCOBOL. They seem to be based on
selling a run time, and they never list where to buy the compiler,
only that it is for sale. Burdening a project with a run-time license
isn't really on my list of things to do.

Interested in hearing what you have tried and are using. It will be a
while before I get to this project since I'm currently taking a break
from technical writing, doing some coding for a client and trying my
hand at a novel.

.



Relevant Pages

  • Re: "Sorting" assignment
    ... issue on some ancient compiler doesn't make a lot of sense. ... to his on a few commonly used platforms and compilers, ...  Be sure and call the swap ... reason to find algorithms which operate independent of it. ...
    (comp.programming)
  • Re: Death of Kylix and migrating towards Java
    ... But it can't beat Delphi's compiler speed! ... app developers on non-Windows platforms. ... It is NOT Delphi. ... > I do agree that Kylix was a very good promise and concept, that Borland ...
    (borland.public.delphi.non-technical)
  • Re: Need help with REDEFINES (I think)....
    ... preclude the compiler optimizing it. ... (a compiler generated subroutine) ... generated subroutine) because it uses a simple compare (or series of ... would be fairly consistent across platforms, but even if I'm wrong and there ...
    (comp.lang.cobol)
  • Re: Is Assembler Language essential in compiler construction?
    ... emulator or compiler with a *restrictive* license ... for use on multiple platforms. ... for sandbox and general purpose applications. ... the development or runtime system doesn't support future versions of the ...
    (comp.compilers)
  • Re: Using C to program the 8051 family
    ... C may be fine for larger platforms but it's ... > you forget to turn the optimizer off. ... You must either trust the compiler or learn to use a ... > language to debug by. ...
    (comp.arch.embedded)