DSNH115I E csectname LINE nnnn COL cc ILLEGAL USE OF COMPARISON OPERATOR operator

Explanation

The syntax is not correct for this type of comparison. A simple comparison such as '>' must not be followed by a list of items. The ANY and ALL comparisons must precede a subselect, rather than an expression or a list of items.

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 will, if executed, set an error code in the SQLCA.

User response

Correct the syntax.

Severity

8 (error)