Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW-PROPERTIES

&pagelevel(5)&pagelevel

This statement can be used to view the currently set option values in the selected or all MODIFY statements. In the output indirect values are replaced by real ones if possible.

SHOW-PROPERTIES

SELECT= *UNCHANGED / *ALL / list-poss(11): *INCLUDE / *SOURCE / *MODULE / *OPTIMIZATION /

*RUNTIME / *TEST / *DIAGNOSTIC / *LISTING / *CIF / *BIND / *LIBRARY-VERSION

,OUTPUT= *UNCHANGED / *SYSOUT / *SYSLST

SELECT = *UNCHANGED
The value specified in the last SHOW-PROPERTIES statement applies.

SELECT = *ALL
Information on all MODIFY statements is shown.

SELECT = list-poss(11): *INCLUDE / *SOURCE / *MODULE / *OPTIMIZATION /*RUNTIME / *TEST / *DIAGNOSTIC / *LISTING / *CIF / *BIND / *LIBRARY-VERSION
Information is shown only for the specified MODIFY statements.
For example, *INCLUDE stands for MODIFY-INCLUDE-LIBRARIES, *SOURCE for MODIFY-SOURCE-PROPERTIES, etc.

OUTPUT = *UNCHANGED / *SYSOUT / *SYSLST
The information is output via SYSOUT (default setting) or SYSLST.

Note
The outputs of the SHOW-PROPERTIES and SHOW-DEFAULTS statements are virtually identical on starting the compiler and just after a RESET-TO-DEFAULT statement, except for the fact that SHOW-PROPERTIES displays the actual value (in accordance with the predefined language mode) instead of the option value __unset__.