Determine the total no of bytes in the following.
01 rec1.
02 a pic x(6)
02 b redefines a.
03 c occus 6 times pic 9.
02 d occurs 6 times pic 9.
03 e pic x(5)
03 f pic 999.
Answer Posted / jai
01 rec1.
02 a pic x(6) == 6
02 b redefines a. == 6
03 c occus 6 times pic 9. == 6
02 d occurs 6 times.
03 e pic x(5) ==30
03 f pic 999. ==18
------
66
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
What type of SDLC u followed? Why?
What rules are to be followed while using the corresponding options?
how to move the records from file to array table. give with code example
) how do u code after getting data?
In COBOL, what is the different between index and subscript?
Describe the cobol database components?
What is the difference between Call and a Link?
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...)
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
HOw can I get the negative sign while deduct high value from low value
Write a program that uses move corresponding.
Name the sections present in data division.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.