Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4841D6F7-C485-4A2F-B5AE-5BEDFDA5E9BE
Visible to Intel only — GUID: GUID-4841D6F7-C485-4A2F-B5AE-5BEDFDA5E9BE
OPEN: MAXREC Specifier
The MAXREC specifier indicates the maximum number of records that can be transferred from or to a direct access file while the file is connected. It takes the following form:
MAXREC = mr
mr |
Is a scalar numeric expression. If necessary, the value is converted to integer data type before use. |
The default is an unlimited number of records.