Previous Topic: IDCMLOOP02 - Expected numeric operand, found OP-1Next Topic: IDCMLX  01 - Invalid word found before first verb or label, WORD


IDCMLOOP03 - A nullable field/expression specification cannot be used in this context

Reason:

When the message refers to a field, specification was defined to CA Ideal using the WITH INDICATOR clause. When the message refers to an expression, one or more of the fields that make up the expression were so defined. In either case, such a field or expression is inappropriate in the LOOP construct to limit the number of iterations or to specify the iterations of a loop-index. That is, the following must all refer to non-nullable items.

field/expression TIMES
FROM field/expression
TO field/expression
THRU field/expression
BY field/expression

Action:

Re-specify field/expression specification without a null-eligible identifier.

IDCMLX 01 - IDCMLX 60