SPL1132: "%s:E(L%d), %s cursor is not specified as scrollable."
Explanation:
The user has specified a FETCH statement with fetch orientation other than NEXT, without specifying SCROLL in cursor declaration, which is not allowed.
Generated By:
TSP modules.
For Whom:
End User.
Remedy:
Correct the cursor declaration statement or the FETCH statement in the stored procedure definition and resubmit the stored procedure for compilation.