The information in this article applies to:
SUMMARY
The Microsoft FORTRAN Optimizing Compiler "Language Reference" manual for
versions 4.0, 4.01, and 4.1 and the Microsoft FORTRAN "Reference" manual
for version 5.0 state that an application can open a named file with STATUS
= 'SCRATCH.' These statements appear on page 253 for versions 4.x and page
206 for version 5.0.
NOTE: This feature is supported in FORTRAN PowerStation. MORE INFORMATIONThe following code example demonstrates this run-time error: Sample Code #1
To implement a named scratch file, open the file without a STATUS
specification and close the file with STATUS = 'DELETE.' The following code
example demonstrates this technique.
Sample Code #2
Additional query words: 4.00 4.01 4.10 5.00 5.10 FORTRAN 77 docerr
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |