Workload Automation

 View Only

CA Tuesday Tip: (CA 11) How to delete a job from CMT in batch? 

Jun 17, 2014 08:48 AM

CA Workload Automation Restart Option for z/OS Schedulers Tuesday Tip by Alisa Puckett, Sr. Support Engineer for Jun 17, 2014

 

 

The CMT Batch Update program, U11UPD, can be used to delete jobs from the CMT

in batch.  This is ideal for use if there is a need to delete job(s) from the

CMT that have not yet reach the criteria (based on the MAINTAGE config parm)

to be deleted by the next the MANT task run.

 

The JCL required to execute the U11UPD program is as follows:

 

//Stepname EXEC PGM=U11UPD

//STEPLIB DD DSN=CA11.CAL7LOAD,DISP=SHR

//SYSPRINT DD SYSOUT=A

//SYSUDUMP DD SYSOUT=A

//RMSRPT DD SYSOUT=A

//SYSIN DD *

control statements

/*

 

 

 

Stepname indicates any user-defined stepname

 

The  control card statement to delete a job is as follows:

 

membername DEL

 

(where membername is the name of job to be deleted.  EX:  TESTJOB1 DEL)

 

For additional information regarding U11UPD please reference the CA Workload Restart

Automation Option for z/OS Schedulers User Guide (Chapter 5--U11UPD CMT Update)

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.