SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual523730-004
10-11
SQL 8409
Cause. You specified a LIKE predicate with an invalid escape character argument,
which must be one character in length.
Effect. The operation fails.
Recovery. Check your input data and resubmit.
SQL 8410
Cause. You specified a LIKE pattern whose syntax is incorrect. An escape character
in a LIKE pattern must be followed by another escape character, an underscore, or a
percent character.
Effect. The operation fails.
Recovery. Check your input data and resubmit.
SQL 8411
Cause. A computation has resulted in an item that overflows its field.
Effect. The operation fails.
Recovery. Increase the field size of the receiving field.
SQL 8412
Cause. You specified an input character host variable that is missing its null
terminator.
Effect. The operation fails.
Recovery. Check your input data and resubmit.
8409 The escape character argument of a LIKE predicate must
be one character in length.
8410 An escape character in a LIKE pattern must be followed
by another escape character, an underscore, or a percent
character.
8411 A numeric overflow occurred during an arithmetic
computation or data conversion.
8412 An input character host variable is missing its null
terminator.