DSNH4781I E csect-name LINE line-number COL column number CONDITION condition-name SPECIFIED IN HANDLER NOT DEFINED

Explanation

A handler is declared for a condition in an SQL routine, but the routine does not contain a condition declaration statement that defines the condition.

csect-name
The name of the control section that issued the message.
line-number and column number
The location of the error in the source program.
condition-name
The name of the condition that is not defined.

System action

The statement cannot be processed.

User response

Include a condition declaration statement in the SQL routine that relates the condition name to an SQLSTATE value.

Severity

8 (error)