Previous Topic: IDCMCDEQ43 - No other values or keywords for COPY clause permittedNext Topic: IDCMCDEQ45 - INDICATOR clause used in wrong context


IDCMCDEQ44 - FLAG value and INDICATOR are incompatible

Reason:

A flag-type identifier can be defined in a CA Ideal program working-data or parameter data section. It is distinguished by the Type-column F, and can take on the values TRUE and FALSE. The limited set of available values precludes the value NULL, making the use of the WITH INDICATOR clause in the Value column superfluous.

Action:

Correct the errors and re-specify.