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
IF I mention stop run in CICS what happens?
What are the rules of the move verb?
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the variable block file formats from cobol programs
What is length is cobol?
what is the use of outrecord?
What is comp-1 and comp-2?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Write a program to enter and display the names of students in a class using the occurs clause.
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 are all the divisions of a COBOL program?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between comp and comp-3 usage?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?