z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the CHKPT parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//DS1 DD  DSNAME=INDS,DISP=OLD,CHKPT=EOV,
//     UNIT=SYSSQ,VOLUME=SER=(TAPE01,TAPE02,TAPE03)

In this example, the DD statement defines data set INDS, a multivolume QSAM or BSAM data set for which a checkpoint is to be written twice: once when end-of-volume is reached on TAPE01 and once when end-of-volume is reached on TAPE02.

Example 2
//DS2 DD  DSNAME=OUTDS,DISP=(NEW,KEEP),
//     CHKPT=EOV,UNIT=SYSDA,VOLUME=(,,,8)

In this example, OUTDS is a multivolume data set that is being created. The data set requires eight volumes. Seven checkpoints will be written: when the end-of-volume is reached on volumes one through seven.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014