home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / fortran / 5160 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.7 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mojo.eng.umd.edu!yhchen
  2. From: yhchen@eng.umd.edu (Yin-Hsin Chen)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Maximum number of openfiles on MS FORTRAN 5.1?
  5. Date: 25 Jan 1993 04:04:35 GMT
  6. Organization: Project GLUE, University of Maryland, College Park
  7. Lines: 27
  8. Message-ID: <1jvosjINNi4p@mojo.eng.umd.edu>
  9. References: <Jan.22.09.43.13.1993.26857@gandalf.rutgers.edu> <1993Jan24.174628.1@afit.af.mil>
  10. NNTP-Posting-Host: coffee.eng.umd.edu
  11.  
  12. In article <1993Jan24.174628.1@afit.af.mil> cwillits@afit.af.mil writes:
  13. >
  14. >According to Appendix C of the _Microsoft FORTRAN Reference_, a program written
  15. >in MS FORTRAN 5.1 and run under DOS or OS/2 cannot open more than 20 files at a
  16. >time.  (Under certain situations involving OS/2, this can be extended to 40.)
  17. >
  18. >Another poster referred to changing the "FILES=" line in CONFIG.SYS.  Setting
  19. >this limit to more than 20 has no effect on the MS FORTRAN limit of 20 open
  20. >files.
  21.  There are two parts that affect the open files. One is on DOS side.
  22. You can increase this part by changing the "FILES=" line in
  23. CONFIG.SYS. The second part is on MS FORTRAN side. According to MS
  24. FORTRAN 4.1 & 5.0, some assembly code must be changed to increase the
  25. limit. Sorry I never use MS FORTRAN 5.1. Under DOS, I ever increased
  26. the open files to 40+. I cannot open more files under DOS. But under
  27. OS/2 1.0, I can increase the open files to 60+. Because this was what
  28. I need at that time, I don't know the limit. Again, this is for MS
  29. FORTRAN 5.0, not 5.1. But I don't think the number of the open files
  30. will decrease.
  31.  
  32. >Craig J. Willits
  33. >Graduate Student, Operations Research
  34. >Air Force Institute of Technology
  35. >cwillits@afit.af.mil
  36.  
  37.  
  38.