The MODIFY-LOGGING-OPTIONS statement enables default logging values for PVSREN to be modified globally for all program functions.
The user can request the current values via the SHOW-LOGGING-OPTIONS statement.
Format
MODIFY-LOGGING-OPTIONS |
INFORMATION = *UNCHANGED / *MEDIUM / *MINIMUM / *MAXIMUM ,OUTPUT = *UNCHANGED / list-poss(2): *SYSOUT / *SYSLST |
Operands
INFORMATION =
Gives the scope of the log generated by PVSREN.
INFORMATION = *UNCHANGED
The default logging option value remains unchanged. The default value is INFORMATION = *MEDIUM.
INFORMATION = *MEDIUM
Positive acknowledgments of special significance to the user are to be logged in addition to error messages.
INFORMATION = *MINIMUM
Only error messages are to be logged.
INFORMATION = *MAXIMUM
All PVSREN messages are to be logged.
OUTPUT =
Defines the output medium for the PVSREN log.
OUTPUT = *UNCHANGED
The default value for the output medium is to remain unchanged. The default value is OUTPUT=*SYSOUT.
OUTPUT = *SYSOUT
In interactive mode the output is to go to the terminal and in batch mode to the system file SYSOUT.
OUTPUT = *SYSLST
The output medium for logging is the system file SYSLST.
If SYSOUT and SYSLST are specified as lists, the logs are output to the system files SYSLST and SYSOUT (or to the terminal in interactive mode).