DSNH057I E csect-name LINE line-number COL column number RETURN STATEMENT IN AN SQL FUNCTION MUST RETURN A VALUE
Explanation
A RETURN statement is specified without a value in an SQL function. The return value must be specified.
- 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.
System action
The statement can not be processed.
User response
Add a return value to the statement, and try the request again.
Severity
8 (error)