SPL1105: "%s:E(L%d), Cursor with name %s is not updatable."
Explanation:
The updatable cursor specification statement has a join condition. Hence, the positioned UPDATE or DELETE statements cannot reference it as an updatable cursor.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Remove either the join condition or the WHERE CURRENT OF clause from the positioned UPDATE/DELETE statement.