Hi
How can i check junk value in FIXED DEC (7,0)
Eg : DCL VAR DEC FIXED(7,0); <- Value in Packed decimal as '00404000'x
I need to check the value for this junk value and if value is not valid i need to move zeros to it.
How can i do it.
Regards,
Viswanath