Top: f77 Up: 8 - Data
Previous: 8,5,4 - Relational Next: 8,6,1 - Examples
Section 8,6: Records
A record is a named data entity, consisting of one or more fields,
which you can use when you need to declare and operate on
multi-field data structures in your programs.
To create a record, you must have a structure declaration (to
describe the fields in the record) and a RECORD statement to
establish the record in memory.
Sub-Topics
- Examples
- Field_References
Top: f77 Up: 8 - Data
Previous: 8,5,4 - Relational Next: 8,6,1 - Examples