COBOL Messages


LNC0891

Program-name %1 was found, but %2 was expected. Program-name %2 assumed.

20

Cause . . . . . : An END PROGRAM header specified a program-name that does not match the current program-name; the current program-name was assumed.

Recovery . . . : Specify the program-name of the current program in the END PROGRAM header.


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