sreeja1611
Programmer
Hi,
I have the following probelm. We have RM/COBOL 6.6.
01 test.
02 test1 pic 9(5).
02 test1-r redefines test1.
03 test11 pic 9(4) comp-4.
03 test12 pic 9(7) ?????.
what kind of 'comp' I need to use here.
Thanks in Advance
Ravi
I have the following probelm. We have RM/COBOL 6.6.
01 test.
02 test1 pic 9(5).
02 test1-r redefines test1.
03 test11 pic 9(4) comp-4.
03 test12 pic 9(7) ?????.
what kind of 'comp' I need to use here.
Thanks in Advance
Ravi