Hello Ron!
Post by Ron CampbellI'd like some guidance on compilers both open source and proprietary
and what is needed to move from Microfocus compilers to others.
What are the changed Compiler Directives and Functions?
Specifically - Netcobol, and also Opencobol.
Open Cobol is now called Gnu Cobol and current versions are v2.0 and v2.1.
The 1.1 version is also still available.
The v2 series is v2.0 with the v2.1 having RWDS (report writer) added but
is not as up to date with bug fixes etc as v2.0.
The RWDS will hopefully be merged into v2.0 soon.
There is also a version where the code is converted from C to C++ again
hopefully to create a OO version at a later date but this is early days.
GNU Cobol is supplied in source form as well as binaries for Windows and
can be compiled using MS Visual Studio also support for other platforms
including Mac OSX, BSD, ARM (Ra-berry Pi etc) another at a basic level (so
still needs more work on migration is IBM MVS.
Product comes with two test scripts built in to the make file the first is
a sanity check of some 500 tests and the second runs the NIST compiler
tests for which it passes most (some are bypassed).
This is used in production around the world in Linux, Windows, BSD and OSX
platforms notably in the UK, USA, Japan and a fair number of other
countries within government departments as well as businesses.
I have been using it myself since the early 2000's in mid sized Accounting
and other applications as well as migrated other business applications on
behalf of customers as a Freelance Contractor over the past 5 -7 years
covering over 1,000+ programs each.
Vince