Name of the option |
Purpose |
SOURCE |
Defines the input source of the compilation group |
SOURCE-PROPERTIES |
Defines certain properties of the compilation group |
ACTIVATE-FLAGGING |
Flags specific language elements in the error listing with a message of class F |
COMPILER-ACTION |
Partial execution of the compiler run; determines some attributes of the generated code and the module format (object module, LLM) |
MODULE-OUTPUT |
Specifies the name and output destination for object modules or LLMs |
LISTING |
Specifies the type of listings to be output, the layout of these listings, and where they are to be written |
TEST-SUPPORT* |
Determines if information for debugging with AID is generated |
OPTIMIZATION |
Activates/deactivates optimization for the compiler |
RUNTIME-CHECKS |
Activates check routines of the runtime system |
COMPILER-TERMINATION |
Defines the number of errors at which the compiler run is to be terminated |
MONJV |
Initializes a job variable to monitor the compiler run |
RUNTIME-OPTIONS |
Defines some of the runtime characteristics of the program |
VERSION |
Selects the compiler via its version number |
Table 8: Overview: Options to control the compiler
* This option is not available in COBOL2000-BC