Hi,
I need a help .
Need to convert ZD to decimal value and remove the leading zeroes.
Also a value of 0.00 should be displayed as space..
I tried using OUTREC OVERLAY=(102:102,10,ZD,EDIT=(IIIIIII.II),
112:112,10,ZD,EDIT=(IIIIIII.II))
The problem here is if the value is .10 , then I don't get the decimal point..It is just displayed as 10
0.00 should be displayed as spaces
0.10 should be displayed as .10 in the final output.
Can you please help me out.