If the data set was SMS managed when it was backed up, you need to specify NULLSTORCLAS and NULLMGMTCLAS. Otherwise, DSS will pass the original STORCLAS and MGMTCLAS to Allocation since you are bypassing the ACS routines (which may assign a different STORCLAS and MGMTCLAS, or none at all, if not bypassed). Since this will be a non-SMS managed data set, you will also need to supply a volser, either using the OUTDDNAME or OUTDYNAM keyword.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of willie bunter Sent: Tuesday, September 05, 2006 1:42 PM To: [email protected] Subject: SMS Problem I am trying to restore an SMS managed dsn. I am attempting to bypass the ACS because of insufficient space on the volume and I am encountering an ADR709E - DEFINITION NOT FOUND. I am not sure why. Do I need to specify the STORCLAS or is there something else I need to do? I have not put a defined an ouput target (volser). Could this be my problem? Here is my job: //S1 EXEC PGM=ADRDSSU //SYSPRINT DD SYSOUT=* //TAPE DD DISP=OLD,DSN=SYSFID.IDMS.V16SP3.CT01.DSSBKP.G0003V00 //* //SYSIN DD * RESTORE INDD(TAPE) - DS(INCLUDE( - SYST1W.IDMS.V16SP3.CTTCW1.** - )) - SPHERE REPLACE BYPASSACS(**) ---------------------------------------------------------------------- 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

