Data Records - Control Data Corporation 3300 Reference Manual

Computer systems usasi cobol/ master
Table of Contents

Advertisement

3.5.3
DATA RECORDS
60229400
The DATA RECORDS clause is required in each file description entry. The
processor uses it to correlate file and record description entries.
DATA
1
RECORDS ARE!
data-name-7 [, data-name-8] .••
- -
RECORD IS
The data names are names of data records which must have 01 level numbers.
The presence of more than one data name indicates that the file contains more
than one type of data record. The order in which names are listed is
immaterial.
Data records in a file need not have the same description. All data records
within a file are processed from the same record area. The size of this area
is equivalent to the largest record in the file.
When the file description entry is for a sort file (SD), the data names identify
records named in the RELEASE statement.
This clause or the REPORT clause (Report Writer, section 5) must be included
in each file description entry.
3-13

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 3300 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

3500

Table of Contents