-84 The SQL statement cannot be executed.

Explanation

The SQL statement is unacceptable to DB2®. One of the following conditions occurred:

  • An attempt was made to prepare or execute immediately an SQL statement that cannot be prepared, such as a FETCH or INCLUDE statement.
  • The embedded SQL statement is not supported by DB2.

The statement cannot run. If the situation involves an SQL statement that cannot be prepared, the problem is in the source of the SQL statement, not the application program. No action is necessary unless the source of the SQL statement is the application program itself.

User response

If the situation involves an SQL statement that is not supported by DB2, remove it from the application program and try again.