SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-11
SQL 8110
Cause. The program passed an invalid SQLIN. Either the program is corrupted, or an
invalid SQLIN was generated at preprocessing time. This error can occur if the process
you used for SQL processing is a version that is incompatible with the SQL compiler or
executor. This error can also occur if you attempt to OPEN a foreign cursor containing
a host variable, but do not supply the host variables list in the USING clause.
Effect. The statement fails.
Recovery. Preprocess (SQL COBOL programs only), host-language compile, SQL
compile, and execute your program again. If you are using SQLCI, report the entire
message to your service provider.
SQL 8111
Cause. Either the program was corrupted, or an invalid INPUT SQLDA was generated
at preprocessing time.
Effect. The statement fails.
Recovery. Preprocess (SQL COBOL programs only), host-language compile, SQL
compile, and execute your program again. If you are using SQLCI, report the entire
message to your service provider.
SQL 8112
Cause. The SQLDA for the statement had fewer entries for the input values than were
required by the statement.
Effect. The statement fails.
Recovery. Correct your SQLDA.
8110 Invalid pointer to IVARS, invalid IVARS, or IVARS
missing but required.
8111 Invalid number of IVARS.
8112 Short IVARS for a DESCRIBE call.