Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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.
-♦-