-404   THE SQL STATEMENT SPECIFIES A STRING THAT IS TOO LONG

Explanation

An INSERT, UPDATE, MERGE, CALL, VALUES INTO, SET, parameter, host variable, or transition variable statement specifies a value that is longer than the maximum length string that can be stored in the target column or index key.

System action

The statement cannot be processed.

Programmer response

Check the length of the target column, parameter, host variable, transition variable, or index key and correct the program or SQL statement so that the length of the string does not exceed that maximum. For example, you could use the SUBSTR function to shorten the string.

SQLSTATE

22001