MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GDG back-up in ADRSSU

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
tuklot
Beginner


Joined: 10 Oct 2006
Posts: 4
Topics: 2

PostPosted: Wed Oct 25, 2006 12:47 am    Post subject: GDG back-up in ADRSSU Reply with quote

First of all, this forum is very helpful especially to a newbie in this field like me... Thanks Razz

I take my time by searching and managed to come up with a job that back up GDG file to Tape using ADRDSSU but is it possible to include the GDG base so when I restored the GDG file, the file is still link to the base...?

Thanks...
Back to top
View user's profile Send private message Yahoo Messenger
jyoung
Beginner


Joined: 10 Nov 2005
Posts: 36
Topics: 2
Location: Flint, MI

PostPosted: Wed Oct 25, 2006 8:14 am    Post subject: Reply with quote

Here is how I backup files which will backup all generations:


Code:

//SYSIN DD *
   DUMP DATASET (INCLUDE(PGLHU.GL9801.**) -
   EXCLUDE(PGLHU.GL9801.LOAD -
           PGLHU.GL9801.BACKUP.**)) -
   OUTDD(BACKUP) ALLDATA(*) ALLEXCP OPTIMIZE(4) SPHERE
/*
Back to top
View user's profile Send private message
tuklot
Beginner


Joined: 10 Oct 2006
Posts: 4
Topics: 2

PostPosted: Thu Oct 26, 2006 4:20 am    Post subject: Reply with quote

Hi jyong

I think there should be TGTGDS(ACTIVE) for GDG back-up.
What I want to know is when I restore my Tape is that all GDG file is still link together so when I call them is I can still use FILENAME.GDG(-1)

thanks

tuklot
Back to top
View user's profile Send private message Yahoo Messenger
tuklot
Beginner


Joined: 10 Oct 2006
Posts: 4
Topics: 2

PostPosted: Wed Nov 08, 2006 12:56 am    Post subject: Reply with quote

Just want to update this...

Solution:

First make a Base GDG, then In Restore command just put TGTGDS(ACTIVE)
Wink
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group