EGL0508E GET failed because result set result_set was not opened with scroll.
Explanation
Only GET NEXT is allowed when the OPEN statement does not specify SCROLL.
User Response
Add the scroll option to the open statement where the result set is created.