Hey guys, I am sorry if I may sound stupid. But this is the best place I have found on the net to ask my questions. So far, I have had answers to all my problems.
I was looking at a COBOL code and found the following definitions:
05 XYZ(3,2)
06 ABC(3,2) pic X.
05 XYZ(3,3)
06 ABC(3,2) pic X.
05 XYZ(3,4)
06 ABC(3,4) pic X.
What's the meaning of the values in parenthesis?
Thanks a lot!
Fabio
I was looking at a COBOL code and found the following definitions:
05 XYZ(3,2)
06 ABC(3,2) pic X.
05 XYZ(3,3)
06 ABC(3,2) pic X.
05 XYZ(3,4)
06 ABC(3,4) pic X.
What's the meaning of the values in parenthesis?
Thanks a lot!
Fabio