ANR2951E
The value 'value' (data type data type) is not a valid argument for operator 'operator'.

Explanation

An invalid value was specified as an argument to an SQL operator. For example, the expression SQRT(-1) is not valid because the argument to the SQRT function is negative.

System action

The SQL query is terminated.

User response

None.