ContentsIndexPreviousNext

Changes Affecting Version 4.3

ACUCOBOL-GT is generally upwards compatible with prior versions of ACUCOBOL-GT and ACUCOBOL-85. There are, however, some changes that can affect existing programs. These changes are detailed in this appendix.

Version 5.0 of ACUCOBOL-GT contains significant changes in the internal workings of both the compiler and runtime. The following paragraphs describe changes that can affect programs originally written with ACUCOBOL-GT Version 4.3.

Licensing Changes

With the 5.0 release, the licensing procedure for Acucorp products has been improved. All products still require a license file, but you no longer need a separate license disk to install your products. Instead, you will receive a pair of alphanumeric strings (keys) that must be entered to activate your software. See your Getting Started booklet, for details.

Compiler Changes

Version 5.0 contains two compilation switches for compatibility with Version 4.3:

-C43 Causes the compiler to generate code according to the rules used by Version 4.3.

-Z43 Creates object code that can be run with a Version 4.3 runtime.

Runtime Changes