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 |
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
what is meaning by design document? who can repared for this?
Name the sections present in data division.
How can you display the SPOOL information ?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
What is the LINKAGE SECTION used in COBOL?
What is binary search?
In an EVALUATE statement, can I give a complex condition on a when clause?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
what is record label is empty or standard in file description of data division?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
what are the utilities for load and unload the DB2 tables