Copyright Digital Equipment Corp. All rights reserved.

Record_Structures

 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.

Additional information available:

Examples        Field_References                Aggregate_Reference