cobol3.hlp (Topic list)
Message 0077 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0077
 
  Text:         Unexpected end of source within EXEC
 
  Explanation:  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.
                                    -♦-