What will happen if we try to create GDG (+2) generaton
instead of (+1) generation?
Answer Posted / 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 | 2 No |
Post New Answer View All Answers
What is length is cobol?
What are the different rules for performing sort operation?
explain sorting techniques in cobol program?
How do you differentiate between cobol and cobol-ii?
HOw can I get the negative sign while deduct high value from low value
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which division and paragraphs are mandatory for a COBOL program?
What is report-item in COBOL?
What are the cobol coding sheets?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between external and global variables in COBOL?
What rules are to be followed while using the corresponding options?
What is a scope terminator give example?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain about different table spaces.