Options

If you set a check box to gray (*CMDDFT), that parameter will not be passed to the host and the host defined default will be used.

Produce spool listing
*PRINT is the checked value for CRTCBLPGM, CRTCBLMOD, and CRTBNDCBL commands. When *PRINT is specified, the compiler produces a spool listing.

Note: For ILE COBOL, this check box is equivalent to the OUTPUT() parameter of the CRTCBLMOD and CRTBNDCBL commands. For OPM COBOL/400, this check box is equivalent to the *PRINT/*NOPRINT values of the OPTION parameter of the CRTCBLPGM command.

*NOPRINT is the unchecked, clear value for the CRTCBLPGM command. When *NOPRINT is specified, the compiler does not produce a spool listing.

*NONE is the unchecked, clear value for the CRTCBLMOD and CRTBNDCBL commands. When *NONE is specified, the compiler does not produce a spool listing.

Source listing
*SOURCE is the checked value. The compiler produces a source listing consisting of the COBOL source input and all compilation-time error messages.

*NOSOURCE is the unchecked, clear value. The compiler does not produce the source part of the listing.

Cross-reference listing
*XREF is the checked value. The compiler produces a cross-reference listing for the source program.

*NOXREF is the unchecked, clear value. The compiler does not produce a cross-reference listing.

Generate program object
*GEN is the checked value. The compiler creates a program object after the source program is compiled.

*NOGEN is the unchecked, clear value. The compiler does not create a program object after the source program is compiled.

Check reference numbers
*SEQUENCE is the checked value. Reference numbers are checked for sequence errors.

*NOSEQUENCE is the unchecked, clear value. Reference numbers are not checked for sequence errors.

Print verb-usage counts
*VBSUM is the checked value. Verb-usage counts are printed.

*NOVBSUM is the unchecked, clear value. Verb-usage counts are not printed.

Data division map
*MAP is the checked value. The compiler lists Data Division map.

*NOMAP is the unchecked, clear value. The compiler does not list the Data Division map.

Listing Options in effect
*OPTIONS is the checked value. The options in effect are listed for this compilation.

*NOOPTIONS is the unchecked, clear value. The options in effect are not listed.

Insert comment lines
*PRTCORR is the checked value. The compiler inserts comment lines in the compiler listing indicating which elementary items were included as a result of the CORRESPONDING phrase.

*NOPRTCORR is the unchecked, clear value. The compiler does not insert comment lines in the compiler listing when the CORRESPONDING phrase is used.

Second-level messages
*SECLVL is the checked value. Second-level message text is listed for this compilation.

*NOSECLVL is the unchecked, clear value. Second-level message text is not listed for this compilation.

Imbed errors in listing 1
*IMBEDERR is the checked value. The first level error message text is imbedded into the compiler listing under the lines in error.

*NOIMBEDERR is the unchecked, clear value. Error messages are not imbedded, and only appear in the error message section of the compiler listing.


Footnotes:

1
*IMBEDERR/*NOIMBEDERR apply only to the CRTCBLMOD and CRTBNDCBL commands for ILE COBOL. This option is not valid for, and does not appear, for the CRTCBLPGM command of OPM COBOL/400.