cobol3.hlp (Topic list)
Message 1128 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1128
 
  Text:         No STOP RUN, GOBACK, or EXIT PROGRAM statements
                encountered in source
 
  Explanation:  The source has no STOP RUN, GOBACK or EXIT PROGRAM
                statement. The COBOL system will automatically insert
                an EXIT statement followed by a STOP RUN statement
                following the last line in the program.  However, this
                may not have the effect you desire.
                                    -♦-