z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 10: Automatically initialize volumes using multiple tape drives

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

Figure 1 shows how to run multiple copies of EDGINERS to automatically label volumes driven by initialize actions in the DFSMSrmm control data set. Two jobs are provided but you can run one for each tape drive that you want to use. Change the jobname for each copy.

Figure 1. Initialize volumes using multiple tape drives
//LABEL10A JOB ......
 //AUTOINIT EXEC PGM=EDGINERS,PARM='INITIALIZE,BATCH(0)',
 // 'NOVERIFY,MEDIANAME(CARTS)'
 //SYSPRINT DD SYSOUT=*
 //TAPE DD UNIT=(tape,,DEFER)
 //
 //LABEL10B JOB ......
 //AUTOINIT EXEC PGM=EDGINERS,PARM='INITIALIZE,BATCH(0)',
 // 'NOVERIFY,MEDIANAME(CARTS)'
 //SYSPRINT DD SYSOUT=*
 //TAPE DD UNIT=(tape,,DEFER)
Control statement description:
  • TAPE DD allocates a drive suitable for this volume.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014