I have a field
01 sale 9(4)v9(5) comp.
I need to move this to a 9(7) field.
value in sale field is always 0012.34567 or 0098.76543 any number starts with two zero and then number.
can any one help.
I did it with replace like below
01 sale 9(4)v9(5) comp
replacing 9(4)v9(5) == 9(9).
then it is showing in the file like
01 sale 9(9) comp.
but it is not displaying the data. IS it working only screen not internal format or what??
any help...
01 sale 9(4)v9(5) comp.
I need to move this to a 9(7) field.
value in sale field is always 0012.34567 or 0098.76543 any number starts with two zero and then number.
can any one help.
I did it with replace like below
01 sale 9(4)v9(5) comp
replacing 9(4)v9(5) == 9(9).
then it is showing in the file like
01 sale 9(9) comp.
but it is not displaying the data. IS it working only screen not internal format or what??
any help...