HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

MODIFY YK,DISPLAY LOGLEVEL
YKY114I LOGLEVEL=2
Changing the log output level
To change the XP7 mainframe agent log output level, use the MODIFY command with the SETINIT
LOGLEVEL parameter.
Format
If both the name of the cataloged procedure for startup and the identification name were specified
in the START command:
MODIFY
1
[cataloged-procedure-for-startup-name.]identification-name
,SETINIT LOGLEVEL(output-level)
If only the name of the cataloged procedure for startup was specified in the START command:
MODIFY
1
cataloged-procedure-for-startup-name
,SETINIT LOGLEVEL(output-level)
Operands
cataloged-procedure-for-startup-name
Used to specify the name of the cataloged procedure for startup that was specified in the START
command when an XP7 mainframe agent was started.
identification-name
Used to specify the identification name that was specified in the START command when an XP7
mainframe agent was started.
SETINIT LOGLEVEL(output-level) ~ <number> ((0 to 2))
Used to specify the new output level.
For details about the output level, see Parameters on page 34.
Example
To change the log output level to 2 for an XP7 mainframe agent that was started and whose
identification name is YK, enter the following command:
MODIFY YK,SETINIT LOGLEVEL(2)
YKY111I LOGLEVEL WAS CHANGED
YKY114I LOGLEVEL=2
Using XP7 mainframe agent72