-20124   OPEN CURSOR cursor FAILED BECAUSE THE CURSOR IS SCROLLABLE BUT THE CLIENT DOES NOT SUPPORT THIS

Explanation

The cursor cursor has been defined as scrollable, but the client is downlevel and does not support scrollable cursors. The DRDA Application Requestor is not able to process scrollable result sets.

System action

The statement cannot be processed.

Programmer response

Modify the definition of the cursor to not be scrollable.

SQLSTATE

560B2