Loading...
Select Version
&pagelevel(5)&pagelevel
The LOGGING-ALLOWED operand of the SET-PROCEDURE-OPTIONS command has two functions: to specify whether the procedure may be logged, and to specify whether commands and/or data should be logged.
The operand values which can be specified for LOGGING-ALLOWED are *YES, *NO and *PARAMETERS.
If LOGGING-ALLOWED=*YES is set, both commands and data may be logged.
If the setting is *NO, no logging is permitted.
If *PARAMETERS is set, the logging of commands and data can be separately controlled. *PARAMETERS is the default setting.
The settings for the logging parameter can be changed in the MODIFY-PROCEDURE-OPTIONS command.
Logging is activated by the appropriate specification for the LOGGING operand in the calling command.