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 |
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
When is inspect verb is used in cobol?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
what is subscript in cobol?give realtime example?
how the control comes back from subprogram to mainprogram
Differentiate COBOL and COBOL-II?
What are the different rules of SORT operation?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How do you reference the following file formats from cobol programs?
Write the syntax of a two dimensional array?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.