z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


RPTOPTS

z/OS Language Environment Customization
SA38-0685-00

Derivation: RePorT OPTionS

RPTOPTS generates, after an application has run, a report of the run-time options in effect while the application was running. RPTOPTS(ON) lists the declared run-time options in alphabetical order. The report lists the option names and shows where each option obtained its current setting. Language Environment writes options reports only in mixed-case US English.

For an example and complete description of the options report, see z/OS Language Environment Debugging Guide.

Non-CICS default
RPTOPTS=((OFF),OVR)
CICS® default
RPTOPTS=((OFF),OVR)
AMODE 64 default
RPTOPTS=((OFF),OVR)
Read syntax diagramSkip visual syntax diagram
Syntax

                     .-OFF-.        .-OVR----.      
>>-RPTOPTS--=--(--(--+-ON--+--)--,--+-NONOVR-+--)--------------><

OFF
Does not generate a report of the run-time options in effect while the application was running.
ON
Generates a report of the run-time options in effect while the application was running.
OVR
Specifies that the option can be overridden.
NONOVR
Specifies that the option cannot be overridden.

Usage notes

  • For AMODE 64 applications, Language Environment writes the options report to stderr.
  • RPTOPTS may not generate the options report if your application ends abnormally.
  • In a non-CICS environment, Language Environment directs the report to the ddname specified in the MSGFILE run-time option. Under CICS, with RPTOPTS(ON), Language Environment writes the options report to the CESE queue when the transaction ends successfully.

For more information

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014