Previous Topic: CTSDEU - Data EraseNext Topic: Parameter Definitions


CTSDEU Job Control Statements

//stepname	EXEC PGM=CTSDEU,PARM='parm'
//STEPLIB	DD DSN=CAI.CTAPLINK,DISP=SHR
//SYSPRINT	DD SYSOUT=*
//SYSUT1	DD UNIT=(TAPE,,DEFER),DISP=(OLD,KEEP),
//		LABEL=(,SL), 					see NOTE 1
//		VOL=SER=anyvol, 				see NOTE 2
//		DSN=any.tape.file
NOTE 1: LABEL=(,BLP) is needed to erase scratch tapes.
NOTE 2: The JCL parameter VOL=SER= is required if the requested 
	  DSN is not in the MVS catalog.

Note 1: LABEL=(,BLP) can be used when trying to erase a scratch. Use LABEL=(,SL) on all other processing of CTSDEU.

Note 2: If the requested DSN is not in the MVS catalog, the JCL parameter VOL=SER= is required.