Storageclass ACS routine error, or the storage administrator deleted the STDSTS STORCLAS from the active SMS environment?
Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&[email protected] ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, May 23, 2019 12:56 PM, Elaine Beal <[email protected]> wrote: > 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
