Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Language Reference


Section headers

In the environment and procedure divisions, a section header indicates the beginning of a series of paragraphs. For example:

INPUT-OUTPUT SECTION.

In the data division, a section header indicates the beginning of an entry; for example:

FILE SECTION.

LINKAGE SECTION.

LOCAL-STORAGE SECTION.

WORKING-STORAGE SECTION.

A section header must be immediately followed by a separator period.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)