View previous topic :: View next topic |
Author |
Message |
tuklot Beginner
Joined: 10 Oct 2006 Posts: 4 Topics: 2
|
Posted: Wed Oct 25, 2006 12:47 am Post subject: GDG back-up in ADRSSU |
|
|
First of all, this forum is very helpful especially to a newbie in this field like me... Thanks
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 |
|
 |
jyoung Beginner
Joined: 10 Nov 2005 Posts: 36 Topics: 2 Location: Flint, MI
|
Posted: Wed Oct 25, 2006 8:14 am Post subject: |
|
|
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 |
|
 |
tuklot Beginner
Joined: 10 Oct 2006 Posts: 4 Topics: 2
|
Posted: Thu Oct 26, 2006 4:20 am Post subject: |
|
|
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 |
|
 |
tuklot Beginner
Joined: 10 Oct 2006 Posts: 4 Topics: 2
|
Posted: Wed Nov 08, 2006 12:56 am Post subject: |
|
|
Just want to update this...
Solution:
First make a Base GDG, then In Restore command just put TGTGDS(ACTIVE)
 |
|
Back to top |
|
 |
|
|