The information in this article applies to:
SUMMARY
In versions of Microsoft FORTRAN prior to version 5.0, the maximum
number of files that an application can have open is 15. By default,
fifteen is also the maximum number of files available to an
application in Microsoft FORTRAN versions 5.0 and 5.1. However, you
can increase the number of available file handles by following the
procedure set forth in application note HF0304.
MORE INFORMATION
The maximum number of simultaneously open files is affected by the
FILES variable in the CONFIG.SYS file. Set the FILES variable to at
least 20. A FORTRAN application automatically owns five files:
standard input, standard output, standard printer, standard error, and
standard auxiliary.
Additional query words: 3.20 3.30 3.31 4.00 4.01 4.10 5.00 5.10 appnote
Keywords : |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |