This statement controls the scope of messages which PERCON outputs to SYSOUT and SYSLST.
MODIFY-PERCON-OPTIONS |
SYSOUT-LOGGING = *UNCHANGED / *ALL / *ERRORS / *NO ,SYSLST-LOGGING = *UNCHANGED / *ALL / *ERRORS / *NO |
SYSOUT-LOGGING =
Defines the extent of the messages output to SYSOUT.
Default values: |
|
Subprogram: | SYSOUT-LOGGING = *NO |
SYSOUT-LOGGING = *UNCHANGED
The setting of SYSOUT-LOGGING is not changed.
SYSOUT-LOGGING = *ALL
PERCON outputs all messages to SYSOUT.
SYSOUT-LOGGING = *ERRORS
Except for the final report on the number of records/blocks processed, PERCON outputs all messages to SYSOUT. (The final report contains a PER0029 or PER0030 message for each file or volume of the conversion step.)
SYSOUT-LOGGING = *NO
PERCON outputs no messages to SYSOUT. In the case of logic errors, no interactive guidance is given.
SYSLST-LOGGING =
Defines the extent of the log output to SYSLST.
Default values:
Interactive mode and subprogram: | SYSLST-LOGGING = *NO |
Batch mode: | SYSLST-LOGGING = *ALL |
SYSLST-LOGGING = *UNCHANGED
The setting of SYSLST-LOGGING is not changed.
SYSLST-LOGGING = *ALL
Except for the start message, PERCON outputs all messages to SYSLST.
SYSLST-LOGGING = *ERRORS
Except for the start message and the final report on the number of records/blocks processed, PERCON outputs all messages to SYSLST.
SYSLST-LOGGING = *NO
PERCON outputs no messages to SYSLST.