Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

record lenght

cruzdelsur
Débutant
538 Visites

Hi: a veryy simple question.What is the maximum record length in bytes for a direct acces file ?

Thanks in advance

0 Compliments
2 Réponses
DavidWhite
Précieux contributeur II
538 Visites

This can be found in the documentation ...

Fixed-length: 2147483647 (2**31-1)

David

0 Compliments
ArturGuzik
Précieux contributeur I
538 Visites

Hi,

take a look at OPEN: RECL specifier Section of the compiler help. It is 2147483647 (2**31-1) for fixed, 2147483640 (2**31-8) for variable, while 32764 (2**15-4) for Segmented.

A.

0 Compliments
Répondre