On 5/10/2016 8:55 AM, Roach, Dennis wrote:
You need to read the entire message. There is an application programmer
response section that says
If you expect the target data set to be SMS-managed, ensure the ACS
routine assigns a storage class or use the BYPASS ACS and STORCLAS
keywords to force the data set to be SMS-managed.
I would assume that the volume for outdd is not in the SMS storage class of the
data set based on the ACS routines.
Dennis Roach, CISSP, PMP
IAM Access Administration – Consumer – Senior Analyst
2929 Allen Parkway, America Building, 3rd Floor, Houston, TX 77019
Work: 713-831-8799
Cell: 713-591-1059
Email: [email protected]
All opinions expressed by me are mine and may not agree with my employer or any
person, company, or thing, living or dead, on or near this or any other planet,
moon, asteroid, or other spatial object, natural or manufactured, since the
beginning of time.
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Leopold Strauss
Sent: Tuesday, May 10, 2016 7:36 AM
To: [email protected]
Subject: ADRDSSU-errormessage ADR472E with code 72
Hi, all,
A customer from my company gets following error-message during restore of a
ADRDSSU-dump-dataset:
*ADR472E (001)-NEWDS(06), UNABLE TO SELECT A TARGET VOLUME FOR DATA SET
xx.yy.zz, *72*).*
The explanation for 72 is:
*During a non-SMS allocation, no target volumes were available and at least one
output volume was not selected because it was SMS-managed.*
The used JCL-output-dd-statement:
//OUTDD DD UNIT=SYSALLDA,DISP=(,CATLG,CATLG),SPACE=(TRK,(2000,900))
The used commands( I changed datasetnames):
RESTORE -
DATASET (INCLUDE( -
aaaaaa.bbbbbb.** -
aaaaaa.cccccc.** -
aaaaaa.yyyyyy.** -
aaaaaa.xxxxxxxx.** -
aaaaaa.zzzzzz.** -
) -
) -
INDDNAME(INDD) -
OUTDDNAME(OUTDD) -
RENAMEUNCONDITIONAL( -
(aaaaaa.bbbbbb.1111 -
NEW.bbbbbb.1111 ) -
(aaaaaa.bbbbbb.22222 -
NEW.bbbbbb.22222 ) -
(aaaaaa.cccccc.33333 -
NEW.cccccc.33333 ) -
(aaaaaa.bbbbbb.44444 -
Leopold,
Dennis has nailed it. The NEW HLQ is non-SMS, and there is not enough
space available. I would recommend you use OUTDYNAM and a list of
non-SMS volumes if you really want non-SMS. If you want SMS, either
update your ACS routines to assign the proper STORCLAS to NEW, or use
DFDSS parms BYPASSACS and STORCLAS, as Dennis suggested.
Regards,
Tom Conley
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN