
Reply to comment
I have seen this question in many interview dumps? can someone answer that is it possible to redefine a COBOL variable to a larger size?
For example:
Can we
10 VAR1 PIC X(100).
10 VAR2 REDEFINES VAR1 PIC X(200).
Is the above possible?
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!