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
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do we get current date from system with century in COBOL?
What is the utilization of copybook in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain the configuration section of a cobol program with examples of syntax.
Mention the guidelines to write a structured cobol program?
What are the different rules of SORT operation?
What guidelines should be followed to write a structured cobol prgm?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the usage of comp fields in cobol?
Write down the divisions of cobol program?
What is the Purpose of Pointer in the string?
) how do u code after getting data?
IF I mention stop run in CICS what happens?