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 / raj
05 A PIC S9(4) -> 4
05 B PIC XXXBXXX -> 7
05 C PIC ____9.99 -> 4
05 D PIC S9(5) COMP-3 -> 4
05 E PIC 9(3) COMP -> 2
SO TOTAL OF 21 BYTES
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is cobol?
What is the difference between comp and comp-3?
What is the difference between PIC 9.99 and PIC9v99?
Are you comfortable in cobol or jcl?
What is redefines clause in COBOL?
What is the difference between Call and a Link?
What is the usage of comp fields in cobol?
How you can read the file from bottom?
What are various search techniques in cobol? Explain.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Give some examples of command terminators?
What are declaratives and what are their uses in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
State the various causes of s0c1, s0c5 and s0c7.