|
|
| Author |
Message |
l_narashiman
New User
Joined: 08 Mar 2006 Posts: 1
|
|
|
|
| What is the difference between (+0) and (-0) when i refer a GDG generation in my JCL? |
|
| Back to top |
|
 |
References
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3314 Location: Charlotte,NC USA
|
|
|
|
| None. Zero (0) = minus Zero (-0) = plus Zero (+0). |
|
| Back to top |
|
 |
KS
Active User
Joined: 28 Feb 2006 Posts: 91 Location: Chennai
|
|
|
|
Hi,
In JCL, current version with 0 ( Ex. MYPDS.SYS.TEST(0) )
new version to create with +1 ( Ex. MYPDS.SYS.TEST(+1) )
older versions , refer with -1 -2 -3 etc....
( Ex. MYPDS.SYS.TEST(-1) )
Thanks,
KS |
|
| Back to top |
|
 |
mandyamj
New User
Joined: 22 Nov 2005 Posts: 7
|
|
|
|
| U just assume like array -0 and +0 both will refer the current version only. Correct me if I?m wrong |
|
| Back to top |
|
 |
venkat_skv
New User
Joined: 05 Apr 2006 Posts: 4
|
|
|
|
hi
-0 means it will refer the previous version
+0 means it will refer the new version i.e next version
hope i m right...
just pass yur qurys |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3314 Location: Charlotte,NC USA
|
|
|
|
| venkat_skv wrote: |
| hope i m right... |
You're way off, unless you'd like to provide a link to a document that would prove your point and/or disprove the previous responses.
| venkat_skv wrote: |
| just pass yur qurys |
What the @#*& does that statement mean? "Just pass why you are qurys?" |
|
| Back to top |
|
 |
pawaria
New User
Joined: 06 Apr 2006 Posts: 4 Location: Chennai
|
|
|
|
SuperK was right!!
There is no difference in (+0) and (-0) GDG Generations.
If you try to use (+0) or (-0), it only refers to current version of GDG.
Pawaria |
|
| Back to top |
|
 |
vidhyanarayanan
Active User
Joined: 23 Dec 2005 Posts: 54
|
|
|
|
hi,
there is no difference. 0 represents current greneration. GDGBASE (-) represents previous generation and GDGBASE (+) represents next generation.
regards,
vidhya |
|
| Back to top |
|
 |
balusengodan
New User
Joined: 01 Mar 2005 Posts: 16 Location: chennai
|
|
|
|
| l_narashiman wrote: |
| What is the difference between (+0) and (-0) when i refer a GDG generation in my JCL? |
there is no "+0" (or) "-0"
its 0 only so there is no difference b/w them
ok
thanks
balu.s |
|
| Back to top |
|
 |
paragmahitkar
New User
Joined: 25 Feb 2006 Posts: 3
|
|
|
|
-0 as well as +0 are same & there no diffrence between them. Instead of these different versions of GDG are present -1,0,+0 - sign indicates previose version of dataset & + sign denotes newer one.
regards,
Parag |
|
| Back to top |
|
 |
|
|