DSNH131I E csectname LINE nnnn STATEMENT WITH LIKE PREDICATE HAS INCOMPATIBLE DATA TYPES

Explanation

If the column name at the left of LIKE or NOT LIKE is a character type, the expression at the right must be a character type. If the column name is a graphic type, the expression at the right must be a graphic type.

System action

The statement is ignored.

User response

Check the data type of every operand.

Severity

8 (error)