skip to main content

Transitioning from ACUCOBOL-GT : Compiler options

Compiler options
This is a typical case where -s78c is necessary:
01 group1.
   03 data-item1 pic x(10).
   03 data-item2 pic 9(3).
78 group1-sz      value lenght of group1.
Use -ce=extensions compiler option
Use -dv=n compiler option
Use -d64 compiler option. Note that only USAGE POINTER data items are affected.
Use -eo=folder compiler option.
Use -efo=folder compiler option
Use -lo=folder compiler option.
Use -od=folder compiler option.
Use -rc=word1,word2 compiler option
Use -rw=words compiler option
Add IF Directive to the source
Use -sp=folders compiler option
Add IF Directive to the source
Use -efo=folder compiler option
The latest ACUCOBOL-GT compilers support conditional compilation through the use of special constructs in the COBOL source file and by accepting command-line arguments that turn on compiler directives and set constants to values. This feature is implemented in compatibility with Micro Focus. Refer to Compiler options in the Transitioning from Micro Focus guide for details about how to obtain the same result with isCOBOL.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left