Hi,
I would like to convert to X(17) amount value to PIC S9(15)V9(02).
Amount value from input file is 12345.99
i need to convert it into PIC S9(15)V9(02).
Please advise.
thanks
I suspect one of these is in error. . . If there is a decimal point in the value, then the x(17) would be x(18) or the most significant digit would be truncated.I would like to convert to X(17) amount value to PIC S9(15)V9(02).
Amount value from input file is 12345.99