What will happen if we generate GDG +2 version instead of
+1 version?
Answers were Sorted based on User's Feedback
Answer / varun v
It will create a GDG generation which is one ahead of the
current generation.
Example:
Suppose the current generation is ***.G0001V00
and now instead of creating (+1), you have given (+2) in
your JCL and submitted the job. Now the new generation
created will be ***.G0003V00
Similarly if you give (+4) in the JCL, the new generation
created will be ***.G0005V00
| Is This Answer Correct ? | 19 Yes | 0 No |
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
What will happen if we generate GDG +2 version instead of +1 version?
What are the differences bitween cobol and cobol-2?
How many sections are there in data division in COBOL?
Are you comfortable in cobol or jcl?
what is subscript in cobol?give realtime example?
How to retain the Duplicates in the one records?
how to resolve the file status 47.......
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
period is missing in the cobol program which error we getting
What is Comm?
2 Answers IBM, Kemper Corporation,
Under which scenario you would go for a static call as opposed to dynamic call?