f77 question about opening files

John H Merritt merritt at iris613.gsfc.nasa.gov
Sat Mar 9 19:32:49 AEST 1991


>Is there a way in FORTRAN to open several logical
>units to write to the terminal?

Sure,
  OPEN(11, file='/dev/tty')
  OPEN(12, file='/dev/tty')
    etc.

              John H. Merritt --> merritt at iris613.gsfc.nasa.gov
              Applied Research Corporation at NASA/GSFC
              "Yesterday I knew nothing, today I know that."



More information about the Comp.sys.sgi mailing list