Precision and Scale of Fixed-Point Number

Different databases support different maximum precision or scale for the fixed-point number types.

If the source fixed-point number type supports larger precision or scale values than the target and a possible data truncation is foreseen for a non-KEY column, then a warning message is displayed and a suitable string data type is used on the target to avoid data truncation. However, if the data truncation is foreseen for a KEY column of fixed-point number type, then Replicat abends with the corresponding error message. You will have to either choose AUTOSCHEMAOPTIONS TYPEMAP or use AUTOSCHEMAOPTIONS IGNORE_DATA_TRUNCATION to proceed.

Following scenarios describe the usage of these options: