z/OS DFSMS Managing Catalogs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example: Defining a tape volume catalog - Specific

z/OS DFSMS Managing Catalogs
SC23-6853-00

A specific VOLCAT is a tape volume catalog that contains a specific group of tape volume entries based on the tape volume serial numbers (tape volsers). A specific VOLCAT cannot contain tape library entries. See Defining Names for a Tape Volume Catalog for more detail concerning restrictions when different systems are connected to the Tape Library Dataserver.

This example defines an SMS-managed tape volume catalog named SYS1.VOLCAT.VT. This tape volume catalog would contain all tape volume entries that have a label beginning with the character "T". For example, one entry could be TAPE01.
  //DEFVCAT     JOB     ...
  //STEP1       EXEC   PGM=IDCAMS
  //SYSPRINT    DD     SYSOUT=A
  //SYSIN       DD     *
       DEFINE USERCATALOG -
             (NAME(SYS1.VOLCAT.VT) -
             VOLCATALOG -
             VOLUME(338001) -
             CYLINDERS(1 1))
  /*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014