I found in one of the jcl, gdg version being mentioned as :
abc.def.ghi(-0)
Can anyone tell me how referring the version as (-0) is
different from referring it as (0)
Answers were Sorted based on User's Feedback
Answer / fred
abc.xyz.gdg(0)
abc.xyz.gdg(+0)
abc.xyz.gdg(-0)
all are same.
| Is This Answer Correct ? | 3 Yes | 0 No |
Is automatic restart possible in jcl? If yes, how?
what is full form of AIX
what is a MODELDSCB?
what do you mean By spooling? Expand SPOOL?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
which utility is used to update pds?
What is GDG and what is the maximum limit of versions that can be created?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Name the system library from which modules are retrieved at execution
How can the disposition of sysout datasets be set for an entire jobstream?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
Explain how can an in-stream dataset be terminated?