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

Answers were Sorted based on User's Feedback



Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines..

Answer / hemanth

Ans: 6 + 4(5+3) = 38
option a.

Is This Answer Correct ?    7 Yes 1 No

Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines..

Answer / 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

Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines..

Answer / santu

Ans = b

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

Explain database descriptor in brief?

0 Answers  


How are type 1 and type 2 indexes different?

0 Answers  


How can a like table be created?

0 Answers  


how do we do unit testing in mainfrmae. explain step-wise.

2 Answers   IBM, JBK,


Which is the difference between delimited by size and delimited by space?

0 Answers  






Can you define foreign keys?

0 Answers  


Why are you looking for a change?

0 Answers  


Define clustered index?

0 Answers  


Tell about how do you eliminate the duplicates?

0 Answers  


what difference exists between control area and control interval?

0 Answers   IBM,


Explain the meaning of spufi?

0 Answers  


Explain index cardinality?

0 Answers  


Categories