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

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


What is normalisation?

2 Answers   IBM,


What is difference between comp & comp-4?

6 Answers  


What is COMP SYNC?

3 Answers  


what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,






What is Static and Dynamic linking ?

3 Answers  


What guidelines should be followed to write a structured Cobol program?

1 Answers  


Write a cobol program making use of the redefine clause.

0 Answers  


i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me

4 Answers  


Can a Search can be done on a table with or without Index?

0 Answers  


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


How are the next sentence and continue different from each other?

0 Answers  


Categories