Previous Topic: IDCMCEXP31 - NULL operator may not be applied in a DB WHERE clause of a FOR statementNext Topic: IDCMCEXP33 - Expected PNL or PARAMETER identifier, found word


IDCMCEXP32 - Operator NULL can only be applied to null eligible fields or expressions

Reason:

You specified a condition where the subject-expression did not contain an identifier capable of assuming the value NULL, but the operation tests whether the value NULL is assumed. Such a condition can never be true and subsequent code can never be executed.

Action:

Correct the errors and re-specify.