Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0001 - COBCH0100
>
COBCH0061 - COBCH0080
>
COBCH0077 Unexpected end of source within EXEC
COBCH0077 Unexpected end of source within EXEC
The end of a program source was encountered in an EXEC statement. This probably indicates that an END-EXEC has been omitted earlier in the program.
Resolution:
Ensure that each EXEC has a matching END-EXEC.
Parent topic:
COBCH0061 - COBCH0080