DSNH170I E csectname LINE nnnn COL cc NUMBER OF ARGUMENTS SPECIFIED FOR function-name IS INVALID
Explanation
An SQL statement specified the scalar function function-name with either too many or too few arguments.
System action
If the containing SQL statement is a declaration, it is discarded. If the containing SQL statement is executable, it is replaced by host language statements that, if executed, sets an error code in the SQLCA.
User response
Correct the function call.
Severity
8 (error)