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 to know whether the module is dynamical or statistical?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How are the next sentence and continue different from each other?
Write a program to enter and display the names of students in a class using the occurs clause.
What rules are to be followed while using the corresponding options?
How do you reference the fixed block file formats from cobol programs
In which area will you utilize 88 level items in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What is the compute verb? How is it used?
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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?