FORTRAN Reference Manual

Language Elements
FORTRAN Reference Manual528615-001
2-26
Equivalencing RECORD Fields
Considerations
You cannot use a DATA statement to initialize the value of a RECORD, or a field of
a RECORD.
You cannot declare a RECORD within a BLOCK DATA subprogram.
A common block can contain at most one RECORD.
A common block that contains a RECORD cannot contain variables or arrays.
The maximum size of a RECORD, or of one element of a dimensioned RECORD,
is 32,767 bytes, including all of its constituent fields.