SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-24
SQL 11084
Cause. The INVOKE utility encountered an error while invoking this table.
Effect. The statement fails.
Recovery. Correct the INVOKE statement.
SQL 11085
Cause. An EXEC SQL statement contained no text.
Effect. The statement fails.
Recovery. Remove the EXEC SQL statement and the terminating delimiter or add text
to the SQL statement.
SQL 11086
Cause. An input or output variable that should be an SQLDA was of the wrong type.
Effect. The statement fails.
Recovery. Specify a variable that is an SQLDA.
SQL 11087
Cause. An extended dynamic SQL statement was in a program being compiled with
the RELEASE1 option.
Effect. The statement fails.
Recovery. Compile with the RELEASE2 option, or remove the invalid statement.
11084 There was an error in invoking this table.
11085 Empty EXEC SQL statement delimiter not allowed.
11086 The variable value-1 should be an SQLDA.
11087 Extended Dynamic SQL statements are not allowed when
RELEASE1 option is used.