Hi Paul, Like another poster responded, changing the INCLUDE to INCLUDE(MONSOON.V70.**), it will move all datasets beginning with MONSOON.V70. It won't move anything with MONSOON.V70A (or V70anything) since you're defining the exact second level qualifier you want.
To your second question, if there is an exact name dataset on the target volume - or a cataloged dataset on any volume and you have uncataloged datasets on your source - those datasets will not be moved. In the case of another like-named dataset on the target because you don't have REPlace in your control statements and the second because you have CATALOG defined and the system wouldn't be able to catalog the dataset after moving. Rex . 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 [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 ---------------------------------------------------------------------- The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
