ANR2924E
The SQL data type of expression 'expression' is data type; expecting a date or character string date expression.

Explanation

An SQL expression was expected of one of the types DATE, CHAR, or VARCHAR. In the case of CHAR or VARCHAR, the expression must be a valid character string representation of a date.

System action

The SQL query is terminated.

User response

None.