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).
SystemAction: This warning can occur before or after SQL query processing, but
does not terminate query processing.
User Response: None.
ANR2902E Insufficient memory was available to process the SQLstatement.
Explanation: Sufficient memory was not available to complete the processing of
an SQL query.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2903E An SQLparser stack overflow occurred while processing token ’token’.
Explanation: The internal stack used by the SQL query parser has overflowed.
This typically occurs when too many column names or expressions have been
specified in the SELECT clause.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2904E Unexpected SQLkey word token - ’token’.
Explanation: Asyntax error occurred because an SQL key word was found that
can not legally be used at the specified position within the SQL statement.
Examples of SQL key words are SELECT,FROM, and WHERE.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2905E Unexpected SQLidentifier token - ’token’.
Explanation: Asyntax error occurred because an SQL identifier was found that
can not legally be used at the specified position within the SQL statement.
Examples of SQL identifiers are table names and column names.
SystemAction: The SQL query is terminated.
User Response: None.
414
Version 3 Release 7