Hi,
 
I am attempting to move a PS dsn (RECFM=0, LRECL=0) using the COPY command:
COPY DATASET(INCLUDE(SYS2.CMN2.SYSDUMP.G3430V00)) 
     OUTDDNAME(DISK2) -                          
     SPHERE  -                                   
     DELETE  PURGE -                             
     CATALOG -                                   
     TOL(ENQF)                                   

  However, I receive the error message:
ADR410E (001)-DDFLT(01), DATA SET ES1.CMN2.SYSDUMP.G3430V00 IN CATALOG
 SYSPS.UCAT ON VOLUME SYB249 FAILED SERIALIZATION FOR DELETE.

When I do a GRS command to see what STC/JOB is using the dsn, I get the 
following:
D GRS,RES=(SYSDSN,SYS2.CMN2.SYSDUMP.G3430V00)                      
ISG343I 07.07.42 GRS STATUS 501                                   
NO REQUESTORS FOR RESOURCE  SYSDSN   SYS2.CMN2.SYSDUMP.G3430V00   
 
Would anybody know what would be causing this? Is it because of the RECFM?
 
Thanks




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