SPL5010: "%s:E(L%d), Using is not allowed in cursor %s ."
Explanation:
Using clause in OPEN statement is allowed in dynamic cursors only.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Remove the USING clause in OPEN or declare cursor as dynamic cursor.