ANR2911E Invalid SQLnumeric literal token - ’token’.
Explanation: An invalid SQL numeric literal token was found. For example, the
floating point literal ″1.456E″is not valid.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2912E Invalid character string literal token - ’token’.
Explanation: An invalid SQL character string literal token was found. For
example, the hexadecimal literal X’78FG’ is not valid because it contains the
character ’G’.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2913E Invalid SQLidentifier token - ’token’.
Explanation: An invalid SQL identifier token was found. For example, the
character sequence ″ABC.123″is not a valid identifier because the second part of
the identifier, ″123″, does not begin with a letter.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2914E SQLidentifier token ’token’ is too long; name or component exceeds 18
characters.
Explanation: An SQL identifier token was found that exceeds the maximum
length of 18 characters per component.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2915E The SQLtoken beginning with ’token’ is missing an ending delimiter.
Explanation: An SQL token was found that is missing its ending delimiter.For
example, each of the tokens ’abc, ″abc, and X’abc is missing its ending delimiter.
SystemAction: The SQL query is terminated.
User Response: None.
416
Version 3 Release 7