Reduction of digits

When data that contains a decimal part is converted to field type 9, P, S or B, if Digits after Decimal Point on the output side is set to be smaller than the digits of the actual data, the lower digits are truncated to match the specified number of digits. In the following example, because Digits after Decimal Point on the output side is set to 0, all the digits after the decimal point are cut off.

Figure 4.110 Reduction of digits