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 |
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
How to read the last 100 records from a COBOL file. The file contains N number of records.
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What is the difference between PIC 9.99 and PIC9v99?
how to display the dataset information?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is the difference between implicit and explicit scope terminator with example?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What R 2 of the common forms of the EVALUATE STATEMENT ?