Previous Topic

Next Topic

Book Contents

Book Index

CTMTLB Example 1

Convert a CTM Job Scheduling library from a non-supported (earlier than 6.x.xx) format to the format of the current release.

//STEP1 execute CTMTLB using the job in the CTM JCL Library with the

//*                               following overrides

//DASCHD DD DISP=SHR,DSN=input-to-CTMBLT

//DAINPRM DD *

LIBRARY=CTM.V700.SCHEDULE             new schedule library to be created

MEM-OVERWRITE=Y

SCHEDULE-LIB=CTM.V6216.SCHEDULE       schedule library to be upgraded

TABLE=*                               process all tables in library

/*

//STEP2 execute CTMBLT using the job in the CTM JCL Library with the

//*                               following overrides

//DAINPRM DD DISP=SHR,DSN=input-to-CTMBLT (from STEP1)

//

Parent Topic

Examples for CTMTLB