+217 THE STATEMENT WAS NOT EXECUTED AS ONLY EXPLAIN INFORMATION REQUESTS ARE BEING PROCESSED.
Explanation
The current value of the EXPLAIN MODE special register has been set to EXPLAIN. This value allows dynamic SQL statements to be prepared and explained but prevents any dynamic statement from being executed.
System action
The statement was not executed because only information requests from EXPLAIN are being processed.
Programmer response
To execute the statement, change the value of the EXPLAIN MODE special register to a setting other than EXPLAIN. Issue the appropriate SET statement from the interface or application that is encountering this condition.
SQLSTATE
01604