what is the size of W-REC in the following
01 W-REC
05 A PIC 9(4)V99
05 B READLINES A
10 C PIC XX
10 D PIC S9(4)
05 E OCCURS 7 PIC ZZ.ZZ
05 F OCCURS 5
10 G PIC ZZ.ZZZ99
10 H OCCURS 3
15 J PIC 9(3)
15 K PIC V99
Answer Posted / rahul
Here B is redefining A so 6 will be added only once
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
What are the different rules for performing sort operation?
Write down the divisions of cobol program?
What is cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why did you choose to work with ibm mainframe cobol programming?
How to print 10 to 1 if the input have only 10 digit number?
Whats the difference between search & search ALL?
What are the pertinent COBOL commands?
How can you get the ksds file records into your cobol program?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How you can read the file from bottom?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.