MODIFY admtproc,APPL=TRACE command

The MODIFY admtproc, APPL=TRACE command starts or stops traces in the administrative task scheduler.

It is not required to stop the scheduler to access the trace. If you want to turn trace on or off when the administrative task scheduler starts, you can take one of the following actions:
  • Modify the procedure parameter TRACE in the JCL job that starts the administrative task scheduler. This job has the name admtproc and was copied into one of the PROCLIB library during the installation. Specify TRACE=ON or TRACE=OFF.
  • Dynamically overwrite the trace parameter on the operator's console when starting the administrative task scheduler. This option does not exist when Db2 starts the administrative task scheduler automatically, and can only be done manually.

Environment

This command can be issued only from a z/OS® console.

Data sharing scope: Member

Authorization

The command requires an appropriate level of operating system authority.

Syntax

Read syntax diagramSkip visual syntax diagramMODIFYadmtproc,APPL=TRACE=ONOFF

You cannot include spaces when you specify options.

Option descriptions

admtproc
Specifies the procedure name of the administrative task scheduler task that you want to modify.
ON
Turns the trace on.
OFF
Turns the trace off.

Examples

Example 1: This command modifies the admtproc scheduler and turns the trace on.

Enter the following command on the system console:
modify admtproc,appl=trace=on 
Response from z/OS console:
STC00072 DSNA672I MODIFY COMMAND FOR ADMIN SCHEDULER V91AADMT 
NORMAL COMPLETION 

Example 2: This command modifies the admtproc scheduler and turns the trace off.

Enter the following command on the system console:
modify admtproc,appl=trace=off 
Response from z/OS console:
STC00072 DSNA672I MODIFY COMMAND FOR ADMIN SCHEDULER V91AADMT 
NORMAL COMPLETION