z/OS DFSMSdfp Utilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 4: Place Serial Number on Eight Tape Volumes

z/OS DFSMSdfp Utilities
SC23-6864-00

In this example, serial numbers 001234, 001244, 001254, 001264, 001274, and so forth, are placed on eight tape volumes. The labels are written in EBCDIC at 800 bits per inch. Each volume labeled is mounted, when it is required, on one of four 9-track tape units.
  //LABEL4   JOB  ...
  //STEP1    EXEC PGM=IEHINITT
  //SYSPRINT DD  SYSOUT=A
  //LABEL    DD  DCB=DEN=2,UNIT=(tape,4,DEFER)
  //SYSIN    DD  *
  LABEL   INITT   SER=001234
  LABEL   INITT   SER=001244
  LABEL   INITT   SER=001254
  LABEL   INITT   SER=001264
  LABEL   INITT   SER=001274
  LABEL   INITT   SER=001284
  LABEL   INITT   SER=001294
  LABEL   INITT   SER=001304
  /*
The control statements are as follows:
  • LABEL DD defines the tape unit used in the labeling operation.
  • SYSIN DD defines the control data set, which follows in the input stream.
  • The LABEL INITT statements define the tapes to be labeled by volume serial number.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014