COBOL Messages


LNC0916

'END PROGRAM' is missing. Assumed present.

20

Cause . . . . . : 'END PROGRAM' is required by all nested programs, any program that contains a nested program and any program that is treated as a compilation unit and is followed by another program in the same source file.

Recovery . . . : Add 'END PROGRAM' at the indicated line.


[ Top of Page | Previous Page | Next Page | Table of Contents ]