G'day,

I searched the archive for this, but didn't find exact info, so I'm adding this 
for 
the archive.

if your VOLCAT fills up you'll get:

 *IEC361I CATALOG SYS1.VOLCAT.VGENERAL (DATA)  HAS REACHED   82% OF 
THE MAXIMUM EXTENTS   

To Split VOLCAT & move tapes 3nnnnn to another VOLCAT do:

 DEFINE USERCATALOG -                 
        (NAME(SYS1.VOLCAT.V3) -       
         VOLCATALOG -                 
         STORAGECLASS(sc...)  -     
         VOLUME(vvvvvv) -             
         CYLINDERS(10 5))           

  REPRO -                    
    MERGECAT   -             
    VOLENT(V3*) -            
    IDS(SYS1.VOLCAT.VGENERAL) - 
    ODS(SYS1.VOLCAT.V3) 

 LISTCAT -              
   VOLUMEENTRIES(V3*) -             
   LIBRARY(lib...) -       
   ALL            

 LISTC  CAT(SYS1.VOLCAT.V3      ) ALL      

Cheers,
Rez

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to