DSNH487I E csectname LINE nnnn COL cc object-type object-name ATTEMPTED TO EXECUTE AN SQL STATEMENT WHEN THE DEFINITION OF THE FUNCTION OR PROCEDURE DID NOT SPECIFY THIS ACTION

Explanation

SQL procedure object-name contains SQL statements, but the SQL procedure definition specifies the NO SQL option.

System action

The SQL statement cannot be executed.

Programmer response

Change the definition of the SQL procedure to allow SQL statements, or remove the failing SQL statement from the SQL procedure.