What will happen if we generate GDG (+2) version without
generating (+1) version?
Answers were Sorted based on User's Feedback
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 does EXIT do ?
How to convert bunch of words in a line to relvant ASCII values?
if we have a 10 steps how to override the 4th step in jcl?
waht is inspect verb? where it can be in real time?
What is the difference between a DYNAMIC and STATIC call in COBOL?
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
S9(5)V9(2) occupies how many bytes memory ?
Name the divisions in a COBOL program ?
How do you set a return code to the JCL from a COBOL program?
what is the advantage of using redefines instead of delaring the variables ?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
What is SQL Code -904 and -903 in DB2 And how to handle it?