Hi John,

I notice that you specified an input volume.  When DFDSS encounters a data
set that is multi-volume and not all of the volumes are included in the
input volume list then we will not select that data set.  Could it be that
the data sets were multi-volume?

Thanks,
Robert Gensler
DFSMSdss Architecture and Development
Tucson, AZ
[email protected]

IBM Mainframe Discussion List <[email protected]> wrote on
10/01/2014 12:47:44 PM:

> From: John Dawes <[email protected]>
> To: [email protected]
> Date: 10/01/2014 12:48 PM
> Subject: DFDSS QUESTION : ALL DSNS NOT MOVED
> Sent by: IBM Mainframe Discussion List <[email protected]>
>
> G'Day,
>
> I am attempting to move all the dsns from 1 volume to another (both
> SMS managed) using the DFDSS/COPY command with the DELETE & PURGE
> parms however for some unknown reason there were several dsns which
> were not moved.  The volume has all DB2 (VSAM) dsns.  I checked the
> filtering criteria (which are using wildcards) and all seems okay.
> The dsns on this volume were not used by any ONLINES or STCs
>
> Here is my jcl
>
> //STEP1   EXEC PGM=ADRDSSU,REGION=4096K,TIME=1440,PARM='UTILMSG=YES'
> //SYSPRINT DD SYSOUT=*
> //SYSMAP   DD SYSOUT=*
> //DISK1    DD VOL=SER=SYST0A,UNIT=SYSALLDA,DISP=SHR
> //DISK2    DD VOL=SER=SYST1C,UNIT=SYSALLDA,DISP=SHR
> //SYSIN    DD *
>  COPY DATASET(INCLUDE(DEVLB.DSNDB*.DSNDB0*.**)) -
>       LOGINDDNAME(DISK1) -
>       OUTDDNAME(DISK2) -
>       ALLDATA(*) -
>       ALLEXCP -
>       OPT(4)  -
>       TGTALLOC(SOURCE) -
>       TGTGDS(SOURCE) -
>       SPHERE  -
>       DELETE  PURGE -
>       CATALOG
> /*
>
> The job terminated with cc 0000 and NO warning or error messages
> were posted.  I finally moved the remaining dsns by coding the names
> of the CLUSTERs. Has anybody encountered this before?
>
> Thanks.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to