ANR2901W
The result of character string concatenation was truncated.

Explanation

Truncation occurred when the concatenation of character strings resulted in a length that exceeds the maximum character string length (250 for data type CHAR, and 2000 for data type VARCHAR).

System action

This warning can occur before or after SQL query processing, but does not terminate query processing.

User response

None.