SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-79
SQL 10706
Cause. An SQL statement contained a NULL indicator parameter. At the time the
statement was entered or executed, the parameter value was not a signed integer.
Effect. The SQL statement is not executed.
Recovery. Correct the parameter value and reissue the statement.
SQL 10707
Cause. The FLOAT literal had an exponent that was either too large or too small.
Effect. The operation fails.
Recovery. Correct the exponent on the FLOAT literal and reissue the command.
SQL 10708
Cause. The statement used invalid syntax or a reserved word.
Effect. The statement fails.
Recovery. Check the syntax and reissue the statement. To have the syntax displayed,
enter the HELP command with a topic, subtopic, and syntax option.
SQL 10709
Cause. Invalid syntax was given for a numeric literal.
Effect. The statement fails.
Recovery. Correct the syntax error. The syntax for a numeric literal follows, with no
spaces between the tokens:
[+|-]num[.num][E[+|-]num[.num]]
10706 Unnamed parameter number value-1 must have an integer
value because it is used as a NULL indicator.
10707 Arithmetic overflow or underflow in FLOAT literal.
10708 Syntax error or reserved word.
10709 Invalid numeric literal.