View previous topic :: View next topic |
Author |
Message |
tuck23 Beginner
Joined: 18 Nov 2003 Posts: 1 Topics: 1
|
Posted: Tue Nov 18, 2003 12:32 pm Post subject: Question Concerning GDG's Help |
|
|
Attempting to restore 0 version of a dataset. i'm using symbolics, its restoring -1 version. when i put +0 in my symbolic it restores correct version. i thought that +0 and 0 was the same. do any one in here know if there is a conflict with 0 being used with symbolics? thanx in advance. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Nov 18, 2003 12:47 pm Post subject: |
|
|
Tuck23,
Could it be that someother job might have created a new gen while you are trying to access the latest gen? it does not matter if you give +0 or 0 it would always give you the latest gen available.
Another thing to check is that if you are creating a new gen in a step above and trying to access the created gen with +0 will not work.You need to code +1 to access the newly created gen.
If it is none of the above cases, then please post your JCL and we will take a look at it.
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Tue Nov 18, 2003 1:47 pm Post subject: |
|
|
Excuse me. But, what is meant by "restore"? Something like ROLLIN? _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Nov 18, 2003 2:08 pm Post subject: |
|
|
cogito,
I am guessing that "restore" in this scenario meant that they are merely copying or extracting the data from the generations to another sequential file.
Kolusu |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Tue Nov 18, 2003 2:16 pm Post subject: |
|
|
I was not specifically questioning you, Kolusu. My query was mainly pointed to Tuck.
BTW, if the new job CREATED a generation BEFORE he was copying, then he would get the generation created by the job. OTOH, if the job DELETED the latest generation BEFORE he was copying, using 0 will point to -1 wrt the generations before deletion. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
|
|