This statement defines logging values for PAMCONV which have global validity for all functions of the program. If the statement is entered without operands, the existing values remain valid. The currently applicable values can be queried using the SHOW-LOGGING-OPTIONS statement.
Format
MODIFY-LOGGING-OPTIONS |
INFORMATION = *UNCHANGED / *MEDIUM / *MINIMUM / *MAXIMUM ,OUTPUT = *UNCHANGED / list-poss(2): *SYSOUT / *SYSLST |
Operands
INFORMATION = *UNCHANGED / *MEDIUM / *MINIMUM / *MAXIMUM
Controls the scope of the log created by PAMCONV.
INFORMATION = *UNCHANGED
The current default value for INFORMATION is not changed.
INFORMATION = *MEDIUM
Statements are logged in the case of errors only. Positive acknowledgments (message class 5) are logged in addition to MINIMUM.
INFORMATION = *MINIMUM
Only error messages, completion messages and negative acknowledgments are logged (i.e. all message classes except class 5).
INFORMATION = *MAXIMUM
The log created consists of statements, positive and negative acknowledgments, error messages and completion messages.
OUTPUT = *UNCHANGED / list-poss(2): *SYSOUT / *SYSLST
Defines the output medium for the logs created by PAMCONV.
OUTPUT = *UNCHANGED
The current default value for OUTPUT is not changed.
OUTPUT = list-poss(2): *SYSOUT / *SYSLST
Either one output medium or a list of 2 output media (SYSOUT and SYSLST) may be entered.
If SYSOUT is specified, logs are written to the SYSOUT system file (in interactive mode this is by default the terminal). If SYSLST is specified, logs are written to the SYSLST system file. In the case of a list, the logs are output to both system files.
INFORMATION=*MEDIUM, OUTPUT=*SYSOUT