Previous Topic: -121 - STATEMENT REBIND ERRORNext Topic: -123 - PLAN ALREADY EXISTS


-122 - STATEMENT aaaa NOT FOUND

Reason:

The indicated statement cannot be located for execution.

The SQLSTATE that equates to this SQL return code is 25501.

Action:

Preprocess the program in question again. Note: If a cursor is used, the associated DECLARE, OPEN, and FETCH statements must all be present or this error results.