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.
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.
*NOSOURCE is the unchecked, clear value. The compiler does not produce the source part of the listing.
*NOXREF is the unchecked, clear value. The compiler does not produce a cross-reference listing.
*NOGEN is the unchecked, clear value. The compiler does not create a program object after the source program is compiled.
*NOSEQUENCE is the unchecked, clear value. Reference numbers are not checked for sequence errors.
*NOVBSUM is the unchecked, clear value. Verb-usage counts are not printed.
*NOMAP is the unchecked, clear value. The compiler does not list the Data Division map.
*NOOPTIONS is the unchecked, clear value. The options in effect are not listed.
*NOPRTCORR is the unchecked, clear value. The compiler does not insert comment lines in the compiler listing when the CORRESPONDING phrase is used.
*NOSECLVL is the unchecked, clear value. Second-level message text is not listed for this compilation.
*NOIMBEDERR is the unchecked, clear value. Error messages are not imbedded, and only appear in the error message section of the compiler listing.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.