What will happen if we generate GDG (+2) version without
generating (+1) version?
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?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Can we redefine the field of x(200) to less than 200?
What is the difference between Global and External Variables?
What is the usage of comp fields in cobol?
What guidelines should be followed to write a structured cobol prgm?
Name the sections present in data division.
How to know whether the module is dynamical or statistical?
Can you please let me know the centre name of INS certification in Kolkata.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how do you reference the variable unblock file formats from cobol programs
What are different data types in cobol?
Name some of the examples of COBOl 11?
What is Pic 9v99 Indicates in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?