Previous Topic

Next Topic

Book Contents

Book Index

Example for CTMSLC

A sample job can be found in the CTMSLC member of the Control-M JCL library.

Remove all jobs with names that begin with JOB1 from table TABLE1 in scheduling library CTM.SCHED.LIB, if they should be considered old by 010203.

//RESTORE EXEC PGM=CTMSLC,REGION=0M

//SYSIN DD *

CLEANUP DSNAME=CTM.SCHED.LIB,MEMBER=TABLE1,

        JOB=JOB1*,DATE=010203,MODE=NORMAL

//

Parent Topic

CTMSLC – Schedule Library Cleanup Utility