DSNH078I E csect-name LINE line-number COL column number PARAMETER NAMES MUST BE SPECIFIED FOR ROUTINE routine-name

Explanation

The routine does not have parameter names specified for all parameters.

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.
routine-name
The name of the routine.

When the SQL routine is defined with LANGUAGE SQL, a parameter name is required for each parameter that is defined. For native SQL procedures, LANGUAGE SQL is optional, but for external SQL procedures, LANGUAGE SQL is required.

System action

The statement cannot be processed.

Programmer response

Ensure that each defined parameter includes a parameter name.

Severity

8 (error)