Determine the total no of bytes in the following
01 rec1 .
02 a pic x(6).
02 b redefines a.
03 c occurs 6 times pic 9.
02 d occurs 4 times.
03 e pic x(5).
03 f pic 999.
a)38.
b)44
c)14
d)32

Answer Posted / shinoy sansilavose

38 is the correct answer.

whenever you doing total byte calculation do it from bottom.

Here 3+5 =8 and it occurs 4 times ... 8*4 = 32

the var b redifines a therefore no need to consider the
bytes of b and its sub level variables.

add 32 with the byte of var a you will get 32+6=38.........
confirmed.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When do you get -811 sqlcode and how to resolve it?

516


What is difference between static call and dynamic call?

550


what is the meaning of a (new, catlg, keep) disposition mean?

576


Write about the self-referencing constraint?

582


Explain lock contention?

580






Hello, I have 3 years of exp as a mainframes tester in a leading IT company, now am looking to change my company. Could you please let me know, what are the interview questions/topics i should prepare. Your suggestions are truly valuable for me :) Thanks !!

1489


How many module come in Ibm framework?

1544


Explain referential integrity?

615


Can you define notcat 2?

607


What is inspect?

560


Explain database descriptor in brief?

601


List the type of locks?

533


Why do you need a secondary index in an ims?

524


What is the use of base and index registers in the IBM 360/370 processor?

3331


Name the versions of ibm mainframes have introduced in the market?

514