How many bytes will be allocated for the following record
description
entries?
01 REC-A.
05 A PIC S9(4).
05 B PIC XXXBXXX.
05 C PIC ____9.99.
05 D PIC S9(5) COMP-3.
05 E PIC 9(3) COMP.
Answer Posted / khamuruddin
05 A PIC S9(4). = 4
05 B PIC XXXBXXX. = 7
05 C PIC ____9.99. = 4
05 D PIC S9(5) COMP-3. = 3
05 E PIC 9(3) COMP. = 2
-------
20
-------
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is cobol?
explain sorting techniques in cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Give some examples of command terminators?
Define static linking and dynamic linking.
) How do u handle errors in BMS macro?
Difference between cobol and cobol-ii?
What are various search techniques in cobol? Explain.
how to refer the data field?
How arrays can be defined in COBOL?
What is amode(24)?
What is the local-storage section?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Explain what you understand by passing by value.
What is static and dynamic call in cobol?