| ERROR | Runtime context variable not of correct type | 
| CAUSE | The host variable in a EXEC SQL CONTEXT USE statement or in the RETURNING clause of a REGISTER CONNECT statement was not declared to be of type SQL_CONTEXT. | 
| ACTION | Declare the runtime context variable to be of type SQL_CONTEXT. |