Language Environment® option changes
There have been a number of changes to runtime options for Enterprise COBOL Version 5 and Version 6 programs.
The following options have different behavior for programs compiled with Enterprise COBOL Version 5 or Version 6.
Option | Comments |
---|---|
HEAP |
|
CHECK(OFF) | CHECK(OFF) does not disable runtime subscript range checking for COBOL V5 or V6 programs compiled with SSRANGE. |
STORAGE | In a few special cases with COBOL V5, STORAGE initial values for HEAP no longer affect WORKING-STORAGE initial values. For details about the cases, see the discussion of the HEAP option above. |