The Identification Division marks the beginning of a COBOL program. It serves to name and comment the program.
        [ IDENTIFICATION DIVISION. ]
        [ ID DIVISION.             ]
        [ PROGRAM-ID. program-name [ IS {INITIAL } PROGRAM ] . ]
                                        {RESIDENT}
        [ AUTHOR. [ comment-entry ] ... ]
        [ INSTALLATION. [ comment-entry ] ... ]
        [ DATE-WRITTEN. [ comment-entry ] ... ]
        [ DATE-COMPILED. [ comment-entry ] ... ]
        [ SECURITY. [ comment-entry ] ... ]
        [ REMARKS. [ comment-entry ] ... ]
               The AUTHOR, INSTALLATION, DATE-WRITTEN, DATE-COMPILED, and SECURITY paragraphs are used solely for commentary.