| ERROR | Expecting an expression of type sql_cursor |
| CAUSE | A host bind variable was used in an ALLOCATE, FETCH or CLOSE statement that was not declared as a result set SQL_CURSOR. |
| ACTION | Declare the variable to be of type sql_cursor. |
| ERROR | Expecting an expression of type sql_cursor |
| CAUSE | A host bind variable was used in an ALLOCATE, FETCH or CLOSE statement that was not declared as a result set SQL_CURSOR. |
| ACTION | Declare the variable to be of type sql_cursor. |