No, only the dataset specified in the INCLUDE statement will be moved.  If you 
want ALL dsns moved from the volume (no recommended) instead of the dsn used 
parm INLUDE (**).  Why are you bypassing SMS?

    On Monday, April 11, 2022, 07:13:45 p.m. EDT, esst...@juno.com 
<esst...@juno.com> wrote:  
 
 .
Hello
.
I have a question regarding ADRDSSU -
In the past I have used the following control statements to MOVE a specific 
dataset from one volume to another.
.

//COPYMOVE EXEC  PGM=ADRDSSU,REGION=7M,TIME=99 
//SYSPRINT DD  SYSOUT=*                                            
//OUTVOL1  DD  DISP=SHR,VOL=SER=SYSV32,UNIT=SYSALLDA              
//SYSIN    DD    *                                                
  COPY DS( -                                                      
        INCLUDE ( MONSOON.V70.ZFS -                            
                  )  -                                            
          )          -                                            
      OUTDDNAME(OUTVOL1)  -                                        
      BYPASSACS(**)      -                                        
      CATALOG    -                                                
      DELETE    -                                                
      ALLEXCP    -                                                
      ALLDATA(*) -                                                
      TOL(ENQF)                                                    
/*                        
//
.
.
If I used the following INCLUDE statement , my understanding is that ADRDSSU 
will move ALL DATASETS (VSAM and Non VSAM) begining with MONSOON,V70 to another 
volume.
INCLUDE ( MONSOON.V70.** -  
.
Is My Assesment correct ?
.
Second
If the Target Volume already  contains a file begining with MONSOON.V70. what 
will happen  to that dataset ?
.
Paul 
*****



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