-770: Macro in FETCH set SQLOPT="-B 0"
Explanation:
FETCH statements are executed as array statements, whenever possible. If macros are used in the FETCH statement, errors may occur and records be lost.
User Action:
When using macros within FETCH statements, set the runtime option MFETCH(0). This option prevents FETCH statements from being executed as array statements.