-703: Duplicate FETCH statement for same select in program
Explanation
When the MFETCH option is set, only one FETCH statement is allowed
per result table. The execution of such a FETCH statement can be repeated
within a loop.
User Response
Modify the application or run it without MFETCH option.