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
Lists the default processing options established with the SET OPTIONS statement or during IDD installation.
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.
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.
Specifies that all default processing options in effect for the session or for all sessions are listed.
Specifies that all default processing options in effect for the session or for all sessions are listed.
Specifies that only the statement SET OPTIONS FOR SESSION/DICTIONARY is listed.
Specifies that DISPLAY/PUNCH OPTIONS output is to be formatted as syntax (meaning that you can edit and resubmit the statements).
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
|
Copyright © 2014 CA.
All rights reserved.
|
|