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 / priyanka
I think t will be 25 since
05 A PIC S9(4). - 5 :4 + 1 sign byte
05 B PIC XXXBXXX. - 7
05 C PIC ____9.99. - 8
05 D PIC S9(5) COMP-3. - 3
05 E PIC 9(3) COMP. - 2
__________________________________________
Total = 25 bytes
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
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...)
In COBOL, what is the different between index and subscript?
What is an in line perform? When would you use it? Anything else you wish to say about it.
explain sorting techniques in cobol program?
What rules are to be followed while using the corresponding options?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the local-storage section?
How to print 10 to 1 if the input have only 10 digit number?
How to remove 2 duplicate records and copy only one using job control language?
example for sub strings ? and refernce modifications whit output pls
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between Global and External Variables?
Name the sections present in data division.
how do you reference the variable unblock file formats from cobol programs
What are the pertinent COBOL commands?