Previous Topic: IDCMCEXP28 - AGAINST= parameter list must be enclosed in single pair of parenthesesNext Topic: IDCMCEXP30 - Condition name, identifier-name, refers to unsupported value clause


IDCMCEXP29 - An AGAINST= operand cannot be nullable

Reason:

The AGAINST= operand of the $VERIFY function is an alphanumeric expression that contains an identifier able to assume the value NULL (that is, uses the WITH INDICATOR clause or the initial value NULL in its definition).

Action:

Remove nullable operands from function or correct the definition of the identifier in the table definition.