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 / vel
Let us come from bottom
K=2
J=3
so H = 3 * 5 =15
G = 8
SO F = 5 * ( 8 + 15) =115
E = 7 * 5 = 35
A=B= 6
SO TOTAL SIZE =156
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
What are the pertinent COBOL
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between PIC 9.99 and PIC9v99?
What is the problem of ordered sequential files access?
What is the usage of comp fields in cobol?
Can we redefine the field of x(200) to less than 200?
what is the difference between COBOL2 AND COBOL390?
What are the different open modes available in cobol?
What are the pertinent COBOL commands?
Which mode is used to operate the sequential file?
What is redefines clause in COBOL?
Have you used comp and comp-3 in your project? And how?
What are the access modes of START statement?
What is rmode(24)