home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man3 / setfil.3 < prev    next >
Encoding:
Text File  |  1975-06-26  |  690 b   |  33 lines

  1. .th SETFIL III 10/29/73
  2. .sh NAME
  3. setfil \*- specify Fortran file name
  4. .sh SYNOPSIS
  5. .ft B
  6. call setfil ( \fRunit\fB, \fRhollerith-string\fB )
  7. .ft R
  8. .sh DESCRIPTION
  9. .it Setfil
  10. provides a primitive way to associate
  11. an integer I/O
  12. .it unit
  13. number with a file named by the
  14. .it hollerith-string.
  15. The end of the file name is indicated by a blank.
  16. Subsequent I/O on this unit number will refer to
  17. the file whose name is specified by
  18. the string.
  19. .s3
  20. .it Setfil
  21. should be called only before any I/O has been done on the
  22. .it unit,
  23. or just after doing a
  24. .bd rewind
  25. or
  26. .bd endfile.
  27. It is ineffective for unit numbers 5 and 6.
  28. .sh "SEE ALSO"
  29. fc (I)
  30. .sh BUGS
  31. The exclusion of units 5 and 6 is
  32. unwarranted.
  33.