Hi Folks,

     This may be an easy one, but I can't find the answer.

     Copying a dataset with an AIX and path like this works fine:

COPY DATASET( -
 INCLUDE(VOFD.CSLGROUP.MFDM0C0G,  -                (This is the base cluster 
name and has an AIX and PATH)
                     ...LOTS MORE DSNS....) -
FR(REQUIRED) -
ALLDATA(*) -
 ALLEXCP -
 SPHERE -
 STORCLAS(STANDARD) -
 TOL(ENQF) -
 RENAMEU(VOFD,VTOVT)               (These HLQs are in DIFFERENT catalogs)

     However, it fails when I try this:

COPY DATASET( -
 INCLUDE(VOFD.CSLGROUP.MFDM0C0G,  -                (This is the base cluster 
name)
                     ...LOTS MORE DSNS....) -
FR(REQUIRED) -
ALLDATA(*) -
 ALLEXCP -
 SPHERE -
 STORCLAS(STANDARD) -
 TOL(ENQF) -
 RENAMEU(VOFD.CSLGROUP.MFDM0C0G,VTOVT.CSLGROUP.NEW.MFDM0C0G)

      I get the following error:

ADR411W (001)-DDFLT(02), DATA SET VOFD.CSLGROUP.MFDM0C0G IN CATALOG 
USERCAT.PRODVSAM ON VOLUME PRD83B WAS NOT SERIALIZED ON REQUEST
ADR711I (001)-NEWDS(01), DATA SET VOFD.CSLGROUP.MFDM0C0G HAS BEEN ALLOCATED 
WITH NEWNAME VTOVT.CSLGROUP.NEW.MFDM0C0G USING STORCLAS
                         STANDARD, DATACLAS DCSTAND, AND MGMTCLAS NOACTION
ADR764E (001)-DDFLT(01), DATA SETS IN SPHERE OF BASE CLUSTER 
VOFD.CSLGROUP.MFDM0C0G WITH NEWNAME VTOVT.CSLGROUP.NEW.MFDM0C0G WERE
                         DIRECTED TO MORE THAN ONE CATALOG
ADR763E (001)-DDFLT(01), DATA SETS IN SPHERE OF BASE CLUSTER 
VOFD.CSLGROUP.MFDM0C0G WITH NEWNAME VTOVT.CSLGROUP.NEW.MFDM0C0G WERE
                         NOT ALL RENAMED.

       I'm missing something, since in both examples, the files ARE in 
different catalogs.   But the 1st example works.

       Any ideas?   z/OS 1.11, SMS.  Target DSNs do not exist before the runs.

Thanks!
BobL


------------------------------------------------------------------------------
This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 
OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or 
disclose the content of all email communications. 
==============================================================================

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