MODIFY admtproc,APPL=SHUTDOWN command

The MODIFY admtproc, APPL=SHUTDOWN command stops the administrative task scheduler from accepting requests and starting new task executions. It also shuts down the administrative task scheduler.

When the SHUTDOWN option is specified, the administrative task scheduler waits until the execution of all currently running tasks completes. When all running tasks are complete, the administrative task scheduler terminates.

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=SHUTDOWN

You cannot include spaces when you specify options.

Option descriptions

admtproc
Specifies the procedure name of the scheduled task of the administrative task scheduler that you want to modify.

Examples

Example 1: This command modifies the admtproc scheduler in order to shut it down.

Enter the following command on the system console:
modify admtproc,appl=SHUTDOWN