IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

problem restoring from tape


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandrarkar

New User


Joined: 27 May 2008
Posts: 24
Location: india

PostPosted: Tue Nov 11, 2008 3:56 pm
Reply with quote

i am trying to restore the dataset from tape using ADRDSSU while i am recieving an abend with the following data.

the control statements i used are
Code:

 RESTORE DATASET                                      -       
 ( INCLUDE ( AK1P.CICS.QAFSWV20 ))                    -       
 CATALOG                                              -       
 INDD(BKUP1) SPHERE                                   -       
 RENUNC (***.CICS.QAFSWV20,***.CICS.QAFSWV20.B4BATCH.D111108)
/*                                                             


sysout is
Code:
TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE '                             
2008.316 04:56:33 INITIAL SCAN OF USER CONTROL STATEMENTS COMPLETED.           
RACF LOGGING OPTION IN EFFECT FOR THIS TASK                                   
2008.316 04:56:33 EXECUTION BEGINS                                             
THE INPUT DUMP DATA SET BEING PROCESSED IS IN LOGICAL DATA SET FORMAT AND WAS C
1 RELEASE 8 MODIFICATION LEVEL 0                                               
DATA SETS IN SPHERE OF BASE CLUSTER ***.CICS.QAFSWV20 WITH NEWNAME ***.CICS.QAFSWV20
DIRECTED TO MORE THAN ONE CATALOG.                                             
NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY VOLUME                 
2008.316 05:11:32 EXECUTION ENDS                                               
2008.316 05:11:32 TASK COMPLETED WITH RETURN CODE 0008                         
2008.316 05:11:32 DFSMSDSS PROCESSING COMPLETE. HIGHEST RETURN CODE IS 0008 FRO


thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 11, 2008 5:54 pm
Reply with quote

The error message seems pretty clear -- your rename is qualifying datasets in more than one catalog. Why not use
Code:
 RENUNC (AKIP.CICS.QAFSWV20,AKIP.CICS.QAFSWV20.B4BATCH.D111108)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Deleting a Tape file JCL & VSAM 14
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
Search our Forums:

Back to Top