COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
66-or-88
is a level-66 or level-88 description. For syntax, see Descriptions That Rename Items (Level 66)
and Descriptions of Condition-Names for Values (Level 88).
FD-entry
file-description
defines the physical aspects of a data file. See File Description Entries.
01-data-description
defines a logical record, specifying the layout of fields within the record and the size and
usage of each field. See Data Description Entries.
SD-entry
sort-merge-file-description
defines the physical aspects of a sort-merge file. See Sort-Merge File Description Entries.
01-data-description
defines a logical record, specifying the layout of fields within the record and the size and
usage of each field. See Data Description Entries.
File Description Entries
The file description (FD) entry is the highest level of organization in the File Section of the Data
Division. FD clauses give the size of logical and physical records and the names and attributes of
the data records within the file. When a file is to be printed on a printer (either directly, or through
a spooler), its file description can include information about how the data is printed on a page.
The characteristics of the file determine which of the clauses are required and which are optional.
Clauses that appear can follow in any order, ending with a period after the last clause. No clause
can appear more than once. The data description entries of one or more records must follow the
file description entry.
File Section 155










