What will happen if we generate GDG +2 version instead of
+1 version?

Answers were Sorted based on User's Feedback



What will happen if we generate GDG +2 version instead of +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 0 No

What will happen if we generate GDG +2 version instead of +1 version?..

Answer / garry

@Varun

Excellent answer: 100% correct.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

copy 100 records without using ibm utilities

3 Answers  


What is a SSRANGE and NOSSRANGE?

0 Answers  


How will you find the currepted records in a file

2 Answers  


What should be the sorting order for SEARCH ALL?

5 Answers  


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,






in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,


How do you do in-line PERFORM?

4 Answers   Accenture,


wht is the difference between goto and perform stmts

7 Answers   DELL,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


Categories