Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Re: Writing to a closed file

Steven_L_Intel1
Employee
492 Views
No - writing to a closed unit implicitly opens it, as specified by the standard.

Steve
0 Kudos
1 Reply
Steven_L_Intel1
Employee
492 Views
The manual explains what is done on an implicit open. In particular, a default filename of the form FORTn.DAT is used. It does not "know" what name you used in a previous OPEN.

Steve
0 Kudos
Reply