home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / fortran / 3006 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.2 KB  |  36 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!news.univie.ac.at!katz.cc.univie.ac.at!pm
  3. From: pm@katz.cc.univie.ac.at (Peter Marksteiner)
  4. Subject: Re: programming style question
  5. Message-ID: <1992Aug13.081049.4648@newssrv.edvz.univie.ac.at>
  6. Sender: news@newssrv.edvz.univie.ac.at (News System - Vienna University)
  7. Nntp-Posting-Host: katz.cc.univie.ac.at
  8. Organization: Vienna University Computer Center
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <1992Aug13.004056.3819@ccu1.aukuni.ac.nz>
  11. Date: Thu, 13 Aug 1992 08:10:49 GMT
  12. Lines: 22
  13.  
  14. ecmtwhk@ccu1.aukuni.ac.nz (Thomas Koenig) writes: 
  15.  
  16.  
  17. >It's a real shame that Unix does not have standard way of attatching
  18. >FORTRAN units to file descriptors, that would make things much easier.
  19. >Does POSIX have anything to say about that?
  20.  
  21. Try symbolic links. For example,
  22.  
  23.     ln -s /whatever/pathname/you/want fort.3
  24.  
  25. may not be as beautiful as
  26.  
  27. //FT03F001  DD  DSN=REVOLTING.MVS.DATASET,DISP=NEW
  28.  
  29. but it works almost as well. (Unless you have one of those rare Unix
  30. machines where the default names of undeclared Fortran files are not 
  31. fort.1, fort.2, ...)
  32.  
  33.                      Peter Marksteiner
  34.                      pm@katz.cc.univie.ac.at
  35.                      Vienna University Computer Center
  36.