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
What is inspect in cobol ?
Name some of the examples of COBOl 11?
What is comp-1 and comp-2?
What is the compute verb? How is it used?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
) How do u handle errors in BMS macro?
) How do u handle errors in BMS macro
In COBOL, what is the different between index and subscript?
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
How to remove 2 duplicate records and copy only one using job control language?
how to convert the recors form vsam file to db2 table tru file aid
Write the code to count the sum of n natural numbers.
) how do u code after getting data?
What are 77 levels used for?
IF I mention stop run in CICS what happens?