Christian,

Sorry I should have mentioned that the SELECTMULTI(ANY) worked.  I was just 
wanted to know about the "input list".

--------------------------------------------
On Fri, 17/10/14, Christian Birr <[email protected]> wrote:

 Subject: AW: DFDSS QUESTION - LOOKING FOR EXAMPLE.
 To: [email protected]
 Received: Friday, 17 October, 2014, 1:26 PM
 
 John,
 try
 SELECTMULTI(ANY) and exclude LOGINDDNAME, and then post the
 results plse
 Christian
 
 -----Ursprüngliche Nachricht-----
 Von: IBM Mainframe Discussion List [mailto:[email protected]]
 Im Auftrag von John Dawes
 Gesendet: Freitag,
 17. Oktober 2014 19:17
 An: [email protected]
 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 [email protected]
 with the message: INFO IBM-MAIN
 
 ----------------------------------------------------------------------
 For IBM-MAIN subscribe / signoff / archive
 access instructions,
 send email to [email protected]
 with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to