DSNT408I   SQLCODE = -sql-code, explanation

Explanation

This message contains an SQL return code and a brief explanation, with text inserted from the SQLERRM field. The SQL return code is negative, indicating that an error has occurred.

System programmer response

Determine the cause for the SQL error by using information about that specific SQLCODE. Correct the error. Rerun the application program or SQL statement.

Problem determination

Collect the following diagnostic items:
  • Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
  • Dynamic dump, taken to SYS1.DUMPxx data set, by DB2® (04E and 04F abends).
  • Listing of SYS1.LOGREC data set, obtained by executing IFCEREP1.
  • Listing of the results produced by the SQL statements.
  • Source listing of the failing application program.