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 / sri
It has to be 54 (6 + (8*6)) if we remove PIC clause from d.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Which Search verb is equivalent to PERFORM…VARYING?
how do you reference the esds vsam file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between perform … with test after and perform … with test before?
How do we get current date from system with century in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What is length is cobol?
How do you reference the following file formats from cobol programs?
Whats the difference between search & search ALL?
What is difference between static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i want a program using by if, evaluate , string, unstring, perform, occurs?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) how do u code after getting data?