COBOL Messages


LNC0666

INDICATOR phrase specifies data item %1, which is not valid. INDICATOR phrase ignored.

20

Cause . . . . . : The data item specified in the INDICATOR phrase cannot be subordinate to a data item with the OCCURS clause and it cannot be a group item with the OCCURS clause.

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


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