DSNT492I   SQL WARNING DURING SQL STATEMENT statement-type, TABLE table-name

Explanation

The SQL statement might not have 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 might not be 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 warning and see if it is reproducible. Follow the diagnosis approach suggested for the warning.