The end of a COBOL source program is indicated either by the end of
that program's Procedure Division or by the END PROGRAM header.
Format -
END PROGRAM program-name
program-name
must contain 1 to 31 characters and follow the rules for user-defined
words. It must be identical to a program-name declared in a
preceding PROGRAM-ID paragraph.