z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


List a Tape Library Entry: Example 7

z/OS DFSMS Access Method Services Commands
SC23-6846-01

This example lists the tape library entry named ATLLIB1.
//LISTCLIB    JOB     ...
//STEP1       EXEC   PGM=IDCAMS
//SYSPRINT    DD     SYSOUT=A
//SYSIN       DD     *
     LISTCAT  -
          LIBRARYENTRIES(ATLLIB1) -
          ALL
/*
This command's parameters are:
  • LIBRARYENTRIES identifies ATLLIB1 as the entry to be listed.
  • ALL specifies that all information associated with the tape library entry ATLLIB1 is to be listed.
The tape library entry information is listed in the following format:
                              LISTING FROM CATALOG -- SYS1.VOLCAT.VGENERAL

LIBRARY-ENTRY------------ATLLIB1
     DATA-LIBRARY
     LIBRARY-ID----------12345    DEVICE-TYPE---------3592-LE0    MAX-SLOTS--------------0     SCRATCH-VOLUME---------0
       CONSOLE-NAME-----CONSOLE     LOGICAL-TYPE--------AUTOMATED SLOTS-EMPTY------------0     SCR-VOL-THRESHOLD------0
                         MEDIA1     MEDIA2   MEDIA3   MEDIA4  MEDIA5  MEDIA6   MEDIA7   MEDIA8   MEDIA9  MEDIA10
       SCRATCH-VOLUME---------0          0        0        0       0       0        0        0        0        0
       SCR-VOL-THRESHOLD------0          0        0        0       0       0        0        0        0        0
                         MEDIA11    MEDIA12  MEDIA13    
       SCRATCH-VOLUME---------0          0        0     
       SCR-VOL-THRESHOLD------0          0        0     
       DESCRIPTION---(NULL)

 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014