They are in use.  Shut down the application using them.

On Wed, May 21, 2014 at 3:15 AM, Mainframe Mainframe
<[email protected]> wrote:
> Hello,
>           I am trying for volume level copy of datasets but  getting  below
> error for some of the dataset.
>
> //COPY10  EXEC PGM=ADRDSSU
> //SYSPRINT DD SYSOUT=*
> //IN1      DD DISP=SHR,UNIT=3390,VOL=SER=USER01
> //OT1      DD DISP=SHR,UNIT=3390,VOL=SER=USER02
> //SYSIN    DD *
>  COPY DATASET(                               -
>       INCLUDE(**)                               -
>       EXCLUDE(SYS1.VTOCIX.**,                   -
>         SYS1.VVDS.**,                           -
>         ) )                                     -
>       INDDNAME(IN1)                             -
>       OUTDDNAME(OT1)                            -
>       ALLDATA(*)                                -
>       ALLEXCP                                   -
>       TOL(ENQF)                                 -
>       CANCELERROR
> /*
>
>
> 0ADR411W (001)-DDFLT(02), DATA SET SYSL.SMS1.ACDS IN CATALOG
> TST.MASTER.CATALOG ON VOLUME USER01 WAS NOT SERIALIZED ON REQUEST
> 0ADR468E (001)-DDFLT(04), VSAM DATA SET SYSL.SMS1.ACDS IN CATALOG
> TST.MASTER.CATALOG IS NOT PROCESSABLE
> 0ADR411W (001)-DDFLT(02), DATA SET SYSL.SMS1.COMMDS IN CATALOG
> TST.MASTER.DATA ON VOLUME USER01 WAS NOT SERIALIZED ON REQUEST
>
> These dataset are not getting copied to target volume.Any suggestion.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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

Reply via email to