Loading...
Select Version
Function
The DATA RECORDS clause is used only for documentation. It specifies the names of the records in a file.
Format
DATA {RECORD | RECORDS} {IS | ARE} {data-name-1}...
Syntax rules
data-name-1 is the name of a record. It must be preceded by level number 01 in the file description entry.
The presence of more than one data-name indicates that the file contains more than one type of record. These records may be of differing sizes, formats etc. The order in which they are listed is not significant.