Hi John,
Here you go:

//BACKUP  EXEC PGM=ADRDSSU,REGION=4096K                   
//INPUT1   DD UNIT=SYSALLDA,VOL=SER=SYS306,DISP=OLD 
//INPUT2   DD UNIT=SYSALLDA,VOL=SER=SYS301,DISP=OLD       
//INPUT3   DD UNIT=SYSALLDA,VOL=SER=SYS340,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(ANY)  /* PROCESS MISSING VOLUMES */  -      
      SPHERE                                       -      
      LOGINDDNAME(INPUT1,INPUT2,INPUT3)                          -      
      OUTDD(TAPE1,TAPE2) OPT(4) ALLDATA(*) ALLEXCP        
/*         
From z/OS V2R1.0 DFSMSdss SAR:
Even if you omit INPUT2 and INPUT3, the SELECTMULTI(ANY) keyword specifies that 
a cataloged data set that resides on volumes SYS301 and SYS340 is copied even 
though omitted from the LOGINDD volume list.

-----Ursprüngliche Nachricht-----
Von: IBM Mainframe Discussion List [mailto:[email protected]] Im Auftrag 
von John Dawes
Gesendet: Sonntag, 19. Oktober 2014 13:39
An: [email protected]
Betreff: Re: AW: DFDSS QUESTION - LOOKING FOR EXAMPLE.

Christian,

Thanks for the tip.  I will give it a try.  Would have have an example of an 
input volume list?

----------------------------------------------------------------------
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