Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0101 - COBCH0200
>
COBCH0181 - COBCH0200
>
COBCH0186 EXEC too large or END-EXEC missing/misspelled
COBCH0186 EXEC too large or END-EXEC missing/misspelled
An EXEC statement is larger than the maximum allowed. This is most likely because an END-EXEC has been omitted or misspelled.
Resolution:
Recode your program so that each EXEC has a closing END-EXEC, then recompile.
Parent topic:
COBCH0181 - COBCH0200