The SHOW-SELECTION-CONDITIONS statement is used to output information about the selection conditions to SYSOUT or SYSLST.
SHOW-SELECTION-CONDITIONS | ||||||||||||||||
|
NAME = *ALL / list-poss(10): <name 1..8>
The name of the selection conditions.
NAME = *ALL
All selection conditions are to be output.
NAME = list-poss(10): <name 1..8>
The name of the selection condition whose value is to be output.
OUTPUT = *SYSOUT / *SYSLST(...)
This specifies the destination of the requested information.
OUTPUT = *SYSOUT
The requested information is to be output to SYSOUT.
OUTPUT = *SYSLST(...)
The requested information is to be output to SYSLST.
LINES-PER-PAGE = 64 / <integer 20..255>
This specifies the output format. The default value is 64.
Example
The value of condition COND1 is to be output:
//show-selection-conditions name=cond1
Output produced by the statement
SELECTION CONDITION NAME : COND1 SELECTION CONDITION : EVT EQUAL ‘FRD‘