SPP4110 Error at line <line>Cursor with name <cursor> is not updatable.
Language:
C, COBOL, PL/I
Possible Cause:
The WHERE CURRENT OF clause is specified for a DELETE or UPDATE statement, but the identified cursor is not updatable.
Possible Solution:
Correct the cursor request to follow updatable cursor restrictions.