COBOL Messages


LNC0665

INDICATOR phrase refers to indicator data item %1, which is not valid. Indicator data item ignored.

20

Cause . . . . . : Indicator data items must not be subordinate to a data item with the OCCURS clause.

Recovery . . . : Either change the INDICATOR phrase to refer to a valid data item or move this indicator data item out of the range of the OCCURS clause.


[ Top of Page | Previous Page | Next Page | Table of Contents ]