DSNT493I   SQL ERROR DURING SQL STATEMENT statement-type, TABLE table-name

Explanation

The SQL statement may not be executed correctly.
statement-type
The type of SQL statement that encountered the error: PREPARE, OPEN, FETCH, or CLOSE,
table-name
The name of the table or view that is being unloaded.

System action

The request was not executed correctly.

User response

Take the action that is indicated by the return code for the SQL statement.

Problem determination

Determine which SQL statement in the application program caused the error and try to reproduce the problem. Follow the diagnosis approach suggested for the SQL return code for that statement.