◄Key► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Construct: Identification Division Function: Identifies the program and contains documentary information about it. Syntax: ►►───┬──────────────────────────┬────────────────────────────────► ├─IDENTIFICATION DIVISION.─┤ └─ID DIVISION.─────────────┘ ►┬──────────────────────────────────────────────────────────────────┬─► └─PROGRAM-ID. program-name-2─┬──────────────────────────────────┬.─┘ └┬──┬┬─INITIAL─┬────────┬┬┬───────┬┘ └IS┘│ └─COMMON─┘│└PROGRAM┘ └─COMMON─┬─────────┬┘ └─INITIAL─┘ ►───┬─────────────────────────────────┬─────────────────────────► └─AUTHOR.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───┬───────────────────────────────────────┬───────────────────► └─INSTALLATION.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───┬───────────────────────────────────────┬───────────────────► └─DATE-WRITTEN.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───┬────────────────────────────────────────┬──────────────────► └─DATE-COMPILED.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───┬───────────────────────────────────┬───────────────────────► └─SECURITY.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───┬──────────────────────────────────┬───────────────────────► └─REMARKS.──┬─────────────────┬────┘ │ ┌────────────┐ │ │ ▼ │ │ └──comment-entry──┘ ►───►◄ -♦-