What will happen if we generate GDG (+2) version without
generating (+1) version?

Answers were Sorted based on User's Feedback



What will happen if we generate GDG (+2) version without generating (+1) version?..

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 2 No

What will happen if we generate GDG (+2) version without generating (+1) version?..

Answer / jaanu

Nothing will happen
it just giving the +2 of the previous generation version no.
Thats it
ex:1st> GDG.G0004V00
next>GDG.G0006V00

Is This Answer Correct ?    14 Yes 1 No

Post New Answer

More COBOL Interview Questions

Why we should use cursor ?

3 Answers  


sample code for read a 2nd record from last in flatfile how can do?

4 Answers   iNautix,


How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  


period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


Write some characteristics of cobol as means of business language.

0 Answers  






I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

2 Answers   ADP,


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


how to submit a jcl by cobol program. clear me with an example.

3 Answers   HCL,


What is the difference between binary search and sequential search?

0 Answers  


What are the rules of the move verb?

0 Answers  


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


Categories