DSNA618I   csect-name SQL ERROR DURING SQL STATEMENT sql-statement, object-type = object-name

Explanation

An SQL error resulted when the stored procedure issued an SQL statement for the indicated DB2® object.

csect-name
The name of the control section that issued the message.
sql-statement
The SQL statement that encountered the error.
object-type
The type of DB2 object that the failed SQL statement is processing.
object-name
The name of the DB2 object that the failed SQL statement is processing

System action

The stored procedure that issued the SQL statement terminates.

Information is written to the SQLCA. The information can be either:

  • A formatted form of the SQLCA and a text message that is based on the SQLCODE field of the SQLCA.
  • An unformatted form of the SQLCA.

Programmer response

Locate the additional information that is written to the SQLCA and take the appropriate action or actions.