Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0201 - COBCH0300
>
COBCH0241 - COBCH0260
>
COBCH0247 Index-name has been declared explicitly
COBCH0247 Index-name has been declared explicitly
You have declared an index data item explicitly. The item is declared implicitly by its appearance in an INDEX phrase, so you have in effect declared the same item twice.
Resolution:
Delete the explicit declaration of the index data item.
Parent topic:
COBCH0241 - COBCH0260