DSNH081I W csectname LINE nnnn COL cc STATEMENT DOES NOT CONFORM TO ANS SYNTAX STANDARD - REASON CODE ccc

Explanation

When the precompiler option STDSQL(YES) is in effect, the SQL syntax is checked to see if it conforms to the ANSI/ISO SQL standard of 1992. Reason codes are:
000
Aggregate function with DISTINCT as an arithmetic-operation operand does not conform to the ANSI/ISO SQL standard of 1992.
001
FOR UPDATE OF as part of a DECLARE CURSOR statement does not conform to the ANSI/ISO SQL standard of 1992.

System action

Processing continues.

System programmer response

Check the SQL statement.

User response

You have the option of changing or not changing the syntax to conform to the ANS syntax standard.

Severity

4 (warning)