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


Please Help Members By Posting Answers For Below Questions

Can we change the password using ALTER? anyone tried and changed?

1632


In which area will you utilize 88 level items in cobol?

809


How many sections are there in data division in COBOL?

793


Mention the guidelines to write a structured cobol program?

704


What are the different rules to perform a Search?

702






What is the difference between comp and comp-3?

796


what is difference between cobol and cobol/400

21859


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1047


What is amode(24)?

770


Explain the configuration section of a cobol program with examples of syntax.

753


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2204


Discuss about changing dataset name in proc.

839


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

833


) How do u handle errors in BMS macro

1588


Explain what you understand by passing by value.

805