SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual544518-011
10-51
SQL 8909
Cause. A call-level interface (CLI) application attempted to allocate a stored procedure
result set but the specified input statement is not a CALL statement. The stored
procedure result sets cannot be allocated from statements other than CALL
statements.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8910
where,
index is an integer specifying a position in the ordered set of result sets returned from
a CALL statement.
max-result-sets is the maximum number of result sets that can be returned from
the associated CALL statement.
Cause. A CLI application specified an invalid index in a request to bind a stored
procedure result set to a specific result set index. A valid index range can be from one
to the maximum number of result sets that can be returned from the CALL statement.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8911
where,
index is an integer specifying a position in the ordered set of result sets returned from
a CALL statement.
Cause. A CLI application attempted to bind multiple stored procedure result set
statements to the same result set index.
8909 The request to allocate a stored procedure result set
failed because the provided input statement is not a CALL
statement.
8910 The request to bind a stored procedure result set to
position index failed because the position is out of range.
The maximum number of result sets that can be returned from
the specified CALL statement is max-result-sets.
8911 The request to bind a stored procedure result set to
position index failed because a result set at position index
already exists.