Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1

For the z/OS Manager job to be shut down, obtain its USS process identifier (PID). The PID of a job is displayed with the DISPLAY OMVS console command:
 

<pre>
D OMVS,U=userid
</pre>
Panel
Html bobswift

 
(userid is the user identifier with which the batch job executes.)
 
If you do not know the user identifier, all USS work can be displayed with the following command:
 

html-bobswift
Panel
<pre>
D OMVS,A=ALL
</pre>

 
The batch job's name and address space identifier are listed. Find the job name and address space identifier of the job to be terminated and obtain its process identifier from the PID column.

Step 2

Send a termination signal to the process identifier with the MODIFY BPXOINIT command:
 

html-bobswift
Panel
<pre>
F BPXOINIT,TERM=pid
</pre>

 
(pid is the process identifier obtained from Step 1.)

...

The most common and safest method is the CANCEL console command:

html-bobswift
Panel
<pre>
C jobname
</pre>

(jobname is the name of the z/OS Manager batch job to terminate.)