Rational Developer for System z
COBOL for Windows, Version 7.5, Language Reference


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
Date the program was compiled.
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.

The paragraph name DATE-COMPILED and any comment-entry associated with it appear in the source code listing with the current date inserted. For example:

DATE-COMPILED. 04/27/03.

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 a multibyte code page in comment-entries in the identification division of your program. Multiple lines are allowed in a comment-entry that contains multibyte characters.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)