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


Example 6: Automatically initialize or erase 3480 volumes

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

Figure 1 is an automatic processing example. EDGINERS requests that DFSMSrmm scan its control data set for the first ten 3480 volumes waiting to be initialized or erased.

Figure 1. Automatically initialize or erase 3480 volumes
  //LABEL5   JOB  ...
  //STEP1    EXEC PGM=EDGINERS,PARM='INITIALIZE,ERASE,COUNT(10)'
  //SYSPRINT DD SYSOUT=*
  //TAPE     DD UNIT=(3480,,DEFER)
Control statement description:
  • TAPE DD defines the tape unit used in the labeling operation.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014