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

Did you have a task running (batch, tso or Online) that was using the BASE
GDG?

You might want to see if the BASE gdg is in use, and not the specific GDG.

In z/OS the BASE is typically used for the enq and not the specific GDG
number.  Use the base name in the D GRS command instead.


Lizette

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