John, have been to fast...
Identify the volumes with a corrupted VTOC INDEX and then using ICKDFS:
Convert them to OSVTOC by
BUILDIX DDNAME(VOLDD) OSVTOC where VOLDD is pointing to the corrupted volume 
and then
REFORMAT DDNAME(VOLDD) VERIFY(XXXXXX) REFVTOC which will rebuild the VTOC index
Christian

-----Ursprüngliche Nachricht-----
Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag 
von John Dawes
Gesendet: Freitag, 17. Oktober 2014 19:17
An: IBM-MAIN@LISTSERV.UA.EDU
Betreff: DFDSS QUESTION - LOOKING FOR EXAMPLE.

G'Day,

Would anybody have an example of an input volume list.  I am trying to perform 
a logical backup of a volume however some of  the dsns are multi-volume.  The 
doc says the following :

Specify SELECTMULTI(FIRST) and include the first volume of the data set in the 
input volume list. For VSAM data
sets, you must include the first volume of the data component in the input 
volume list.
 
Below is my jcl:

//BACKUP  EXEC PGM=ADRDSSU,REGION=4096K                   
//INPUT1   DD UNIT=SYSALLDA,VOL=SER=SYS301,DISP=OLD       
//TAPE1    DD UNIT=3490,LABEL=(1,SL),                     
//         DSN=HESP.LOGICAL.BACKUP.SYS301.COPY1,          
//         DISP=(,CATLG,DELETE),VOL=(,,,35)               
//TAPE2    DD UNIT=3490,LABEL=(1,SL),                     
//         DSN=HESP.LOGICAL.BACKUP.SYS301.COPY2,          
//         DISP=(,CATLG,DELETE),VOL=(,,,35)               
//SYSPRINT DD SYSOUT=*                                    
//SYSUDUMP DD SYSOUT=*                                    
//SYSMAP   DD SYSOUT=*                                    
//SYSIN    DD *                                           
  DUMP DATASET(INCLUDE(**)                         -      
              EXCLUDE(SYS1.**))                    -      
      SELECTMULTI(FIRST)                           -      
      SPHERE                                       -      
      LOGINDDNAME(INPUT1)                          -      
      OUTDD(TAPE1,TAPE2) OPT(4) ALLDATA(*) ALLEXCP        
/*                                        

The first of the dsn is on volume SYS306 and the third extent is on SYS340.   
We have a corrupted VTOC INDEX.               

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to