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
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 |
Write in brief about clusters?
IF a file has 10-members how do you process all of them? using CL& USING RPG?
How are composite and multiple indexes different?
Can you define notcat 2?
HAI I HAVE FINISHED MAINFRAME TRAINING.IM B.E 2006 PASSED OUT FRESHER.IF U HAVE ANY OPENINGS FOR MAINFRAME FRESHERES PLEASE CONTACT MY EMAIL ID MY ID IS sankari_hema2005@yahoo.com
What is the mainframe testing?
what are the present versions of all mainframe modules?can any body let me know pls
What is the difference between hidam and hdam databases?
What is distributed relational database architecture? And components?
If a ceo wants to see all employees of the company from an online screen. How will be the design of the map from the developer point of view?
What is the importance of common attribute?
can you change the attribute in mapset? if so how?