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
Explain how you can characterize tables in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between comp and comp-3 usage?
A table has two indexes defined. Which one will be used by the SEARCH?
Name the sections present in data division.
What rules are followed by the search verb.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between PIC 9.99 and PIC9v99?
How do you differentiate between cobol and cobol-ii?
What are the access modes of START statement?
Write a program that uses move corresponding.
How do you define a variable of comp-1 and comp-2?
What is rmode(any) ?
what happens if parmparameter passes zero bytes to the program