cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Identification Division (↑ Statements)
 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──┘
 
     ───
                                    -♦-