Previous Topic: SET OPTIONS SecurityNext Topic: INCLUDE Statement


DISPLAY/PUNCH OPTIONS Statement

The DISPLAY/PUNCH OPTIONS statement lists, as a SET OPTIONS statement, the default processing options in effect for the current DDDL compiler session or dictionary.

Syntax

DISPLAY/PUNCH OPTIONS Statement


►►─┬─ DISplay ─┬─ OPTions for ─┬─ SESsion ◄ ──┬───────────────────────────────►
   └─ PUNch ───┘               └─ DICtionary ─┘

 ►─┬────────────────────────────┬─┬───────────────────────┬───────────────────►◄
   └─┬─ WITh ◄ ────┬─ DETails ──┘ └─ AS ─┬─ SYNtax ─────┬─┘
     ├─ ALSo WITh ─┤                     └─ COMments ◄ ─┘
     └─ WITHOut ───┘

Parameters

DISplay/PUNch OPTions for

Lists the default processing options established with the SET OPTIONS statement or during IDD installation.

SESsion

Specifies that the options in effect for the current DDDL session are listed along with signon information, including user name, dictionary name, node name, and usage mode. This is the default.

DICtionary

Specifies that the options in effect for the current dictionary are listed along with the date the dictionary was created and the date of its most recent update.

WITh DETails

Specifies that all default processing options in effect for the session or for all sessions are listed.

ALSo WITh DETails

Specifies that all default processing options in effect for the session or for all sessions are listed.

WITHOut DETails

Specifies that only the statement SET OPTIONS FOR SESSION/DICTIONARY is listed.

AS SYNtax

Specifies that DISPLAY/PUNCH OPTIONS output is to be formatted as syntax (meaning that you can edit and resubmit the statements).

AS COMments

Specifies that DISPLAY/PUNCH OPTIONS output is to be formatted as comments (meaning that the DDDL compiler ignores the statements).

Example

The following example illustrates the output associated with a DISPLAY OPTIONS statement.

display options for session.
*+   set options for session
*+       dictionary name is prod
*+       usage mode is update
*+       default for existing version is 1
*+       quote is '
*+       eof is '/*'
*+       default is off
*+       sequence is 100
*+       no prompt
*+       echo
*+       list
*+       header
*+       input columns are 1 thru 80
*+       output line size is 80