-824: Statement in conflict with COMPATIBLE option
Explanation:
The option COMPATIBLE is set, and an SQL array statement was specified with the keyword FOR. The option COMPATIBLE was used in conjunction with array statements. Array statements are only supported from Release 3.1 onwards.
User Action:
Remove the COMPATIBLE option or change the array statement.