3.Consider the following code snippet:
01 A PIC 9(2) value 20.
01 B PIC 9(2) value 90.
01 C PIC 9(2).
ADD A to B GIVING C ON SIZE ERROR DISPLAY 'OVERFLOW'
What will be the value of C?
can any one pls explain the above question .
and pls let me know what value C will be having at the end.
thanx