On Thu, 7 Jul 2005 10:40:23 -0700, Edward E. Jaffe <[EMAIL PROTECTED]> wrote:
>Restoring a system from DSS logical dump using the following: > >RESTORE DS(INCLUDE(**)) INDD(INDD1) OUTDYNAM(xxxxxx) - > BYPASSACS(**) RECATALOG(other.systems.mcat.name) - > NMC NSC IMPORT TOLERATE(ENQFAILURE) REPLACE > >The new system's catalog is connected to the driving system's catalog. >RESTORE fails for the VSAM data sets as follows: > >ADR485E (ttt)-mmmmm(yy), CATALOG catalog_name IS NOT IN > STEPCAT/JOBCAT/MASTERCAT STRUCTURE. DATA SET dsname WILL NOT BE > PROCESSED > >Explanation: The NONSMS cluster named in the message required DFSMSdss to >use IDCAMS or VSAM I/O to perform the COPY or RESTORE. This requires that >both the source and target cluster (allocated by DFSMSdss) be accessible >via the catalog structure. > >System Action: Processing continues with the next data set. The return >code is 8. > >Operator Response: None. > >Application Programmer Response: Add a STEPCAT or JOBCAT JCL statement >specifying the named catalog, or concatenate it to your existing >STEPCAT/JOBCAT JCL statement, and rerun the job. For z/OS V1R5 systems, >the JOBCAT/STEPCAT feature must be enabled with the DFSMS MODIFY CATALOG >command. For additional information about how to enable this feature, see >z/OS Migration. > >I need to find an alternative to JOBCAT/STEPCAT for this RESTORE. Any ideas? > Can you try defining an SSA to the target master and then restore with renameu? Of course you would have to do that for each one that failed (and also alter the name afterwards). Regards, Mark (FDR bigot) -- Mark Zelden Sr. Software and Systems Architect mailto: [EMAIL PROTECTED] Systems Programming expert at http://Search390.com/ateExperts/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

