My question regarding Syncsort. How to convert COMP-2 (double precision floating point) field to the readable format Example: COMP-2 stored value as +3.056716 E+04. I need to display this value as 30,567.16
My input in floating point format: +3.056716 E+04 On the result I’m losing decimal points: +00000000030567.00 I’m expecting to get following: +00000000030567.16