Previous Topic

Next Topic

Book Contents

Book Index

CTJVER Example 10

In the following example, CTJVER verifies the control statements in IEBCOPY.

The required input and output DD files are:

//K68TALL   JOB ,K68,MSGCLASS=X,CLASS=A,

//             NOTIFY=N18

//*

//IEBCOPY  JOB (ACCOUNT),'IEBCOPY'

//*

//COPYJOBS EXEC PGM=IEBCOPY,PARM='LIST=NO'

//SYSPRINT DD SYSOUT=*

//RESOURCE DD DISP=SHR,DSN=QUEST.JVER.INPUTA

//BACKUP   DD DISP=(,CATLG),DSN=QUEST.JVER.INPUTA,

//         LRECL=80,BLKSIZE=32000,RECFM=FB,SPACE=(CYL,(1,1,10))

//SYSIN    DD *

COPY001 COPY O=OUTX,I=INA

Parent Topic

CTJVER Examples