Optional paragraphs

These optional paragraphs in the identification division can be omitted:

AUTHOR
Name of the author of the program.
INSTALLATION
Name of the company or location.
DATE-WRITTEN
Date the program was written.
DATE-COMPILED
The DATE-COMPILED paragraph provides the compilation date in the source listing. If a comment-entry is specified, the entire entry is replaced with the current date, even if the entry spans lines. If the comment entry is omitted, the compiler adds the current date to the line on which DATE-COMPILED is printed. For example:
DATE-COMPILED. 06/30/10.
SECURITY
Level of confidentiality of the program.

The comment-entry in any of the optional paragraphs can be any combination of characters from the character set of the computer. The comment-entry is written in Area B on one or more lines.

Comment-entries serve only as documentation; they do not affect the meaning of the program. A hyphen in the indicator area (column 7) is not permitted in comment-entries.

You can include multibyte as well as single-byte characters from an EUC, UTF-8, or DBCS code page in comment-entries in the identification division of your program. Multiple lines are allowed in a comment-entry that contains multibyte characters.