FORTRAN: Data file limits

Apple FORTRAN can only allow a total of 16 files to be opened within a
program; this number is based on of file identifier blocks available within
the Pascal operating system. However, the upper limit on the number of files
any one program may open is more likely to be based on the available buffer
space (memory) for those files.
Published Date: Feb 18, 2012