INZU663E   THE SECOND, THIRD OR FOURTH ARGUMENT OF THE TRANSLATE SCALAR FUNCTION IS INCORRECT.

Explanation

This message indicates that one of the arguments is not correctly specified. The TRANSLATE scalar function does not allow replacement of a character by another character which is encoded using a different number of bytes. The second and third arguments of the TRANSLATE scalar function must end with correctly formed characters. The fourth argument must be a correctly formed single-byte character if the first argument is of CHAR or VARCHAR data type, or a correctly formed double-byte character if the first argument is of GRAPHIC or VARGRAPHIC data type.

User response

Ensure that the second, third, and fourth arguments of the TRANSLATE scalar function have correct values