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
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How can you get the ksds file records into your cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How you can read the file from bottom?
How do you get the data to code the BMS macro?
How to know whether the module is dynamical or statistical?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Why did you choose to work with ibm mainframe cobol programming?
How do u write test cases?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between next sentence and continue in cobol programing language?