Previous Topic: IDCMSELX10 - A OP-1 FIELD cannot be compared with an ALPHANUMERIC OP-2Next Topic: IDCMSELX12 - Expected item-1, found item-2


IDCMSELX11 - Comparison between a NULL ineligible operand and the NULL keyword is invalid

Reason:

In the following construct, the identifier must be NULL-ineligible:

SELECT identifier
    :
ENDSEL The WHEN NULL clause is, therefore, invalid since it is never true.

Action:

Restructure the SELECT clause appropriately.