Entering content frame

-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.

 

Leaving content frame