SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-28
SQL 11100
Cause. You specified a global dynamically declared cursor when you were not inside
a procedure.
Effect. Compilation continues but, no object code is generated.
Recovery. Specify a global statically declared cursor when not inside a procedure.
SQL 11101
Cause. You specified an executable SQL statement in an area where only data is
allowed. An executable SQL statement is specified in an area where only data is
allowed.
Effect. Compilation continues but, no object code is generated.
Recovery. Move the SQL statement to an area where executable code is allowed.
SQL 11103
Cause. You specified more than 100 cursors in a single compilation.
Effect. Preprocessing aborts after the message is printed to the host listing file.
Recovery. Split the code up into compiles of no more than 100 cursors per compile
and then link the compiled object files.
SQL 11104
Cause. You have a procedure which contains more than 100 dynamic SQL
statements.
Effect. Preprocessing aborts after the message is printed to the host listing file.
Recovery. Split the procedure up into multiple procedures of no more than 100
dynamic SQL statements per procedure.
11100 Dynamic Declare Cursor not allowed here.
11101 This statement may only appear where executable code is
allowed.
11103 There may be, at most, 100 cursors per compilation.
11104 There may be, at most, 100 dynamic SQL statements per
procedure.