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

VSAM restore with ADRDSSU


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

New User


Joined: 06 Sep 2006
Posts: 8

PostPosted: Sat Sep 20, 2008 3:30 pm
Reply with quote

I want to restore a VSAM file with the following syntax:
RESTORE INDDNAME(BACKTAPE)
CATALOG
DATASET(
INCLUDE(D09SEA1.P14FV.VODXX.DSSAPAY,
))
RENUNC((D09SEA1.P14FV.VODXX.DSSAPAY,
D09SEA1.P14FV.VBOXX.DSSAPAY.ECR))
REPLACE
I want to create the RENUNC dataset D09SEA1.P14FV.VBOXX.DSSAPAY.ECR in WORK volume (Temporary volume) and not in DEV volume. Can any one help in getting me the syntax for this? Thanks in advance
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Sep 20, 2008 3:49 pm
Reply with quote

Please start a new thread for your question and do not tag onto a thread that was last responded to last year.

Where the dataset goes is dependant on the site specific DFSMSsms ACS routines.

You may be able to override them if you have the authority, but if not then you can either allow the restore to complete and use the SMS selected volumes, or cheat.

Unfortunately as a storage person, I am forbidden by the rules of the secret and ancient society of storage managers to reveal these illicit tactics icon_eek.gif
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Sat Sep 20, 2008 6:46 pm
Reply with quote

Quote:
Can any one help in getting me the syntax for this?
Yes, the storage administrator(s) for your system can help you. Since the ACS routines are specific to each site, any suggestions we could give you probably wouldn't work and certainly could cause problems if they did work.
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top