Hello Luis,
This should work for you:

//COPYZOSV EXEC PGM=ADRDSSU  ,PARM='TYPRUN=NORUN'  
//SYSPRINT  DD SYSOUT=*                            
//SYSIN     DD *                                   
      COPY DATASET( -                              
         INCLUDE( -                                
         HLQ.MY.VSAM.DATASET  -                           
         )) -                                      
         REPLACE    -                              
         TOL(ENQF) -                               
         BYPASSACS(**) -                           
         NULLSTORCLAS  -                           
         ALLDATA(*) ALLEXCP -                      
         RECATALOG(ICFCAT.SYSVT19) -   user catalog of the HLQ datasets the 
test system             
         OUTDYNAM(T19P03) -                        
         SHARE                                     
/*                                                 

Beware that the alias exists in the test system. 

Regards,
Avner

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to