ContentsIndexPreviousNext

5.4 File Section

The File Section describes the record-level information about the files that the program uses.

General Format

FILE SECTION.

   [ file-desc { record-description } ... ] ...
   [ sort-desc { record-description } ... ]

General Rules

1. The File Section header is followed by a series of file-desc entries and sort-desc entries.

2. A file-desc entry consists of a level indicator (FD), a file name, and a series of independent clauses. These clauses specify various logical and physical record attributes. They are described fully in the following sections.

3. A sort-desc entry consists of a level indicator (SD), a file name, and a series of independent clauses. These clauses specify various record attributes which are described fully in the following sections.

More:

5.4.1 File Description Entry

5.4.2 Sort File Description Entry

5.4.3 IS EXTERNAL Clause

5.4.4 BLOCK CONTAINS Clause

5.4.5 RECORD Clause

5.4.6 LABEL RECORDS Clause

5.4.7 VALUE OF LABEL Clause

5.4.8 VALUE OF FILE-ID Clause

5.4.9 CODE-SET Clause

5.4.10 DATA RECORDS Clause

5.4.11 LINAGE Clause