You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is there a standard way to make preassigned files be ACCESS="STREAM" ? If INPUT_UNIT and OUTPUT_UNIT have to be closed and re-opened to become STREAM files there seems to be nothing that guarantees they be re-assigned to "stdin" and "stdout". This is a very common requirement of many filter programs; and makes it very hard to make such programs work with GNU/Unix shell pipes. I have been doing this for a long time with calls to C routines (and machine code in the past) or other non-standard solutions -- and anyone that has done that probably knows the many perils involved in mixing C and Fortran I/O in various environments.