RPTOPTS

RPTOPTS generates, after an application has run, a report of the run-time options in effect while the application was running. LE/VSE writes options reports only in mixed-case U.S. English.

In the batch environment, LE/VSE directs the report to the filename specified in the MSGFILE run-time option. In the CICS® environment, LE/VSE directs the report to the CESE transient data queue.

Figure 1 shows the sample output when RPTOPTS is set to ON. RPTOPTS(ON) lists the declared runtime options in alphabetic order. The report lists the option names and shows where each option obtained its current setting. The report heading displayed at the top of the options report is set by CEE5RPH. The date and time formats are affected by the country code set by the COUNTRY run-time option or the CEE5CTY callable service.

The LAST WHERE SET column in the report shows the last place where the options were referenced, even if no suboptions or subsets of the options were changed. Programmer default includes any options specified with C #pragma runopts, PL/I PLIXOPT, and CEEUOPT.

IBM-Supplied Default: RPTOPTS(OFF)
Read syntax diagramSkip visual syntax diagramRPTOpts(OFFON)
OFF
Does not generate a report of the runtime options in effect while the application was running.
ON
Generates a report of the runtime options in effect while the application was running.