Intel® Fortran Compiler 16.0 User and Reference Guide

Record Length

Use the RECL specifier to specify the record length.

The units used for specifying record length depend on the form of the data:

For all but variable-length sequential records on 64-bit addressable systems, the maximum record length is 2.147 billion bytes (2,147,483,647 minus the bytes for record overhead). For variable-length sequential records on 64-bit addressable systems, the theoretical maximum record length is about 17,000 gigabytes. When considering very large record sizes, also consider limiting factors such as system virtual memory.

Note

The RECL specifier is ignored for stream access.