Explanation:
The contents of a character string are longer than the database is capable of storing.
In ANSI mode, the error message
TRUNCATED is output for floating point numbers which were truncated.User Action:
Set the input variable to a string which corresponds to the length of the database variable or adapt the input variable to the format used in the database.
In ANSI mode, change either the variable values or the external data type.