Gentle Readers,
Are there special parms that I need to use in the copy PDS & PDSE'S?
For example if I want to copy a PDSE to another PDSE (some maybe LOADLIBS) 
would the following be okay?/*                                             
//COPYJCL1  EXEC PGM=IEBCOPY                   //SYSPRINT DD SYSOUT=*           
              //SYSUT3   DD UNIT=SYSDA,SPACE=(CYL,(50,50))   //SYSUT4   DD 
UNIT=SYSDA,SPACE=(CYL,(50,50))   //INDD     DD DISP=OLD,DSN=MYDSN.CLIP.SHR      
//OUTDD    DD DISP=OLD,DSN=MYDSN.CLIP.SHR.NEW  //SYSIN    DD *                  
                COPY INDD=INDD,OUTDD=OUTDD                   /*                 
                            //                                             
Is the COPY command sufficient?
Thanks in advance

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

Reply via email to