CANCELLBR
Makes the Compiler close an .lbr file used as a library in a COPY statement once that copy operation is complete.
CONVSPACE
Converts double-byte space characters in COBOL source files to single-byte spaces on input.
COPYEXT
Specifies the filename extension of the copybook that the Compiler is to look for if a filename in a COPY statement is specified without an extension.
COPYLBR
Makes the Compiler treat the library specified in a COPY statement as an .lbr file.
COPYPATH
Specifies a list of directories for the Compiler to search for copy files.
DATA-CONTEXT
Enables you to specify how a program's Data Division is to be maintained between CICS link levels.
EOF-1A
Treats a 0x1a character in the source file as the end of file.
GNT
Specifies the name of the generated code file.
IDYSRCPATH
Controls the paths stored in .idy files for main source files.
IGNOREEXEC
Specifies that procedural EXEC statements are to be treated as documentary only.
INT
Specifies the name of the intermediate code file.
INTLEVEL
When intermediate code is being created by the Compiler, this directive controls the level of portability of the code created to different versions of Micro Focus COBOL systems in other environments.
KEYCHECK
Specifies whether the File Handler checks that all the keys belonging to the indexed file you are opening are defined in your application.
NULL-ESCAPE
Treats a 0x00 character in the source file as an escape character for other non-printable characters in the source code.
OBJ
Specifies the name and format of the object code file and generated code file.
OSEXT
Tells the Compiler what extension to expect by default on the names of source files.
P64
This directive is reserved for internal use by this COBOL system. Because it might appear in the list of settings, it is included for completeness. It is not intended for your use, and its setting should not be changed.
PCOMP
Enables you to specify a user program as a precompiler for COBOL files.
PREPROCESS, P
Makes the Compiler take the source program from a preprocessor instead of a source file.
PROGID-INT-NAME
Causes the name of the intermediate code file to be taken from the PROGRAM-ID clause, rather than the name of the source file.
PROTOTYPE
Enables relaxed or strict checking of call prototypes for COMP, BINARY, COMP-4, COMP-5 and COMP-X data items when used in the BY VALUE or RETURNING clauses of a CALL statement. It also inhibits or enables the implicit copying of parameter types from the prototype.
RDFPATH
Specifies a location for a repository file.
REPOSITORY
Creates a repository file or requests that the program being compiled is checked against the repository file.
SOURCETABSTOP Sets the number of space characters by which to expand tab characters in the source code when it is parsed by the checker.
UNICODE
Specifies the encoding to be used for Unicode characters.