COBOL Manual for TNS and TNS/R Programs
Data Division
HP COBOL Manual for TNS and TNS/R Programs—522555-006
7-4
File Section
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.
.
FILE SECTION
SD-entry
66-or-88
66-or-88
FD-entry
66-or-88
VST071.vsd
file-description
FD
01-data-description
VST072.vsd
sort-merge-file-description
SD
01-data-description
VST073.vsd