SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-23
SQL 11081
Cause. An attempt was made to preprocess an SQL statement that contains a cursor
name, statement name, or procedure name that is a host variable. SQL COBOL does
not support EXTENDED DYNAMIC SQL.
Effect. The statement fails.
Recovery. Specify a cursor name, procedure name, or statement name that is not a
host variable.
SQL 11082
Cause. You specified an indicator variable that does not have a SMALLINT data type,
or a comma was missing between two host variables in a list.
Effect. The statement fails.
Recovery. Specify an indicator variable with the correct data type, or add any missing
commas to the host variable list, and reissue the statement.
SQL 11083
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. You specified an indicator variable that does not have a SMALLINT data type,
or a comma was missing between two host variables in a list.
Effect. The statement fails.
Recovery. Specify an indicator variable with the correct data type, or add any missing
commas to the host variable list.
11081 Cursor names, procedure names, or statement names
cannot be host variables.
11082 The indicator variable value-1 must be declared as a
signed 16-bit integer corresponding to SMALLINT; it should be
declared as PIC S9(4) COMP.
11083 The indicator variable value-1 must be declared as a
signed 16-bit integer corresponding to SMALLINT.
11083 The indicator variable should be declared as a 16-bit
integer.