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.