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 / v@m$i
first u r syntax is wrong.
6
6
6
6
30
18
---
72
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
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...)
Why would you use find and get rather than to obtain?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are declaratives and what are their uses in cobol?
Write some characteristics of cobol as means of business language.
Write the code to count the sum of n natural numbers.
Why did you choose to work with ibm mainframe cobol programming?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between PIC 9.99 and PIC9v99?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do u write test cases?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)