Listing Options

Select one or more of the following tri-state check boxes to choose the options you want used when the source program is compiled.

Source listing
Indicates that the compiler should supply a source listing.

Cross-reference listing
Indicates that the compiler should supply a cross-reference listing.

Generate program object
Indicates that the compiler should create a program object that can be run after the program compiles.

Dump program template
Indicates that the program template prints when an error occurs during compilation.

Second level messages
Indicates that the message text for second level messages will be printed.

CODE debugging options
Use this entry field to choose how to debug your program.

Click on the down arrow to display a list of valid choices and select an entry from the list.

*CMDDFT
The default currently set on your host system. Not necessarily the installation defaults.
*SRCDBG
(*SRCDBG and *NOLSTDBG) Generates debug information (and an events file) for your program from the source.
*LSTDBG
(*LSTDBG and *NOSRCDBG) Generates debug information (and an events file) for your program from the listing.
*NONE
(*NOLSTDBG and *NOSRCDBG) Neither generates debug information for your program, nor generates an events file.