DSNH577I E csectname LINE nnnn COL cc object-type object-name ATTEMPTED TO MODIFY DATA WHEN THE DEFINITION OF THE FUNCTION OR PROCEDURE DID NOT SPECIFY THIS ACTION

Explanation

An SQL procedure contains SQL statements that modify data, but the SQL procedure is defined with the NO SQL, READS SQL DATA, or CONTAINS SQL option.

System action

The SQL statement cannot be executed.

User response

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

Severity

8 (error)