DSNH4778I E csect-name LINE line-number COL column number END LABEL label-name NOT SAME AS BEGIN LABEL

Explanation

An SQL routine statement contains an ending label and a beginning label that do not match.

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.
label-name
The name given for the ending label.

System action

The statement cannot be processed.

User response

Change the ending label in the statement to match the beginning label.

Severity

8 (error)