BYPASSACS(**) -
STORCLAS(xxxxx) - 
ADMINISTRATOR -

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
Elaine Beal
Sent: Thursday, May 23, 2019 12:57 PM
To: [email protected]
Subject: Re: DFDSS copy to pre-allocated dsn

[External Email]

I'm copying disk to disk.
source file is 2 volumes and I want to copy (expand) to pre-allocated, 
catalogued 3 volume file.
I modified the  OUTDDNAME(DASD2) to include all 3 (new) volumes.

The issue (now) is that the copy is trying to use the original STORCLAS but the 
new file is a different STORCLAS

ADR709E (001)-ACS  (01), AN ERROR OCCURRED IN THE STORAGE MANAGEMENT SUBSYSTEM 
WHILE DETERMINING SMS CONSTRUCTS FOR DATA SET
                         SYS7.R30.V22.ROOT.HFS WITH NEWNAME 
SYS7.R30.V22.RSU.ROOT.HFS. SMS MESSAGES FOLLOW.
 IGD01008I STORAGE ADMIN HAS TARGETED STORCLAS STDSYS  IGD01014I DATA SET 
ALLOCATION REQUEST FAILED -  SPECIFIED STORCLAS STDSYS DOES NOT EXIST


JCL -

//COPYSTEP EXEC PGM=ADRDSSU
//SYSPRINT DD   SYSOUT=*
//DASD1    DD   DISP=SHR,UNIT=3390,VOL=SER=(SSS050,SSS051)
//DASD2    DD   DISP=SHR,UNIT=3390,VOL=SER=(SSS052,SSS053,SSS054)
//SYSIN    DD   *
   COPY DATASET(INCLUDE(SYS7.R30.V22.ROOT.HFS))  -
       LOGINDDNAME(DASD1)  -
       OUTDDNAME(DASD2)  -
       SELECTMULTI(ANY)  -
       RENAMEU((SYS7.R30.V22.ROOT.HFS,   -
       SYS7.R30.V22.RSU.ROOT.HFS)) -
        REPLACEUNCONDITIONAL   -
       ALLDATA(*) ALLEXCP CANCELERROR -
       SHARE -
       WRITECHECK

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

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


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

Reply via email to