Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

All Other Mainframe Topics :: Error during restore rename

$
0
0
Author: archanamuthukrishnan
Subject: Error during restore rename
Posted: Fri Oct 14, 2016 3:30 pm (GMT 5.5)

Hi All,

I ran the restore and rename JCL using ADRDSSU utility
.
Code:
//STEPT03  EXEC PGM=ADRDSSU,REGION=0M                     
//SYSPRINT DD SYSOUT=*                                     
//SOURCE   DD UNIT=3390,DISP=OLD,DSN=SYS1.TEST.DUMP
//TARGET   DD UNIT=3390,VOL=SER=ABCD11,DISP=OLD           
//SYSIN    DD *                                           
  RESTORE INDDNAME(SOURCE) OUTDDNAME(TARGET) -             
         DATASET(INCLUDE(**)) -                           
         REPLACE -                                         
         TOL(ENQF)  WAIT(0,0) -                           
         RENAMEUNCONDITIONAL(SYS1.ABCD.**)                 
/*                                                         

I need to rename by DS as SYS1.ABCD.** as the DUMP DS contains my HLQ.

But I got the below error.

Code:
ADR141E (001)-RI03 (02), ERROR IN DATA SET NAME SYS1.ABCD.**                     
ADR017E (001)-CLTSK(01), 2016.288 10:52:16 TASK NOT SCHEDULED DUE TO ERROR. TASK RETURN CODE 0008

Could someone help me in this.

Thank you.
Archana.

CODE' D for readability
_________________
Archana


Viewing all articles
Browse latest Browse all 9405

Trending Articles