What will happen if we try to create GDG (+2) generaton
instead of (+1) generation?
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 do you do to resolve SOC-7 error?
What rules are followed by the search verb.
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
In INITIALIZE what is Repalcing Word will do
What is the difference between a binary search and a sequential search?
What is a scope terminator give example?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between Global and External Variables?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?