Previous Topic: DISPLAY/PUNCH OPTIONS Statement SyntaxNext Topic: Example: DISPLAY/PUNCH OPTIONS Statement


DISPLAY/PUNCH OPTIONS Statement Parameters

for

Specifies whether the system generation compiler is to display the processing options for the current session or for the dictionary.

SESsion

Directs the compiler to list the processing options in effect for the current session.

SESSION is the default when you omit the FOR parameter from the DISPLAY/PUNCH OPTIONS statement.

DICtionary

Directs the compiler to list the processing options established for the data dictionary. The date the dictionary was created and the date of the most recent update to the dictionary are included in the listing.

WITh DETails

Directs the compiler to display all processing options.

ALSo WITh DETails

Directs the compiler to display all processing options.

You must specify either WITH DETAILS or ALSO WITH DETAILS to display the processing options if the current display option for the session does not include DETAILS.

WITHOut DETails

Directs the compiler to display only the keywords SET OPTIONS FOR SESSION or SET OPTIONS FOR DICTIONARY.

AS

Specifies whether the processing options are displayed or punched as comments or syntax.

COMments

Specifies that each line of the processing options is displayed or punched as a comment.

Comment lines generated by the compiler are indicated by an asterisk and a plus sign (*+) in the first two columns and are ignored when resubmitted to the compiler.

SYNtax

Specifies that the displayed or punched processing options appear in syntax format. Statements that are displayed (online only) or punched (online and batch) as syntax can be edited and resubmitted to the compiler as input.

TO

For PUNCH statements only, specifies the destination of the punched output.

module-specification

Causes the compiler to write punched output to the specified module.

Expanded syntax for module-specification is presented as part of the DISPLAY and PUNCH syntax described in Displaying and Punching Entities.

SYSpch

Causes the compiler to write punched output to the SYSPCH file.