SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-10
SQL 10039
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Correct the size of the numeric literal and reissue the command.
SQL 10040
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Correct the command, verifying that quotation marks are balanced and
reissue the command. If you want to put a quotation mark in the string, use two
quotation marks for each quotation mark that you want to appear.
SQL 10041
Cause. You entered a string without the continuation mark.
Effect. The command fails.
Recovery. Either place an ampersand at the end of the previous line so that the new
string in the next line is concatenated with the previous string, or separate the fields
with a comma and reissue the command.
SQL 10042
Cause. You tried to prepare more than 20 statements in an SQLCI session.
Effect. The statement is not prepared.
Recovery. Use the name of a previously prepared but unwanted statement, and
prepare the statement again.
10039 Numeric literal must contain 18 or fewer digits. When a
numeric literal is in scientific notation, the mantissa and
exponent must each have 18 or fewer digits.
10040 String literal must be enclosed within identical
quotation marks.
10041 Ampersand must be followed by another quoted string.
10042 Only 20 statement names can be prepared.