SPL5005: "%s:E(L%d), FETCH not allowed for a WITH RETURN ONLY cursor %s ."
Explanation:
FETCH is not allowed on a Cursor declared as WITH RETURN ONLY.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Remove the ONLY clause.
FETCH is not allowed on a Cursor declared as WITH RETURN ONLY.
TSP module.
End user.
Remove the ONLY clause.