home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / fortran / 4880 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uimrl7.mrl.uiuc.edu!ercolessi
  3. From: ercolessi@uimrl3.mrl.uiuc.edu (furio ercolessi)
  4. Subject: Re: A VMS Fortran I/O question
  5. References:   <C03pyp.E4v@news.cso.uiuc.edu> <1992Dec31.153918.16765@e2big.mko.dec.com>
  6. Message-ID: <C056Gp.F3o@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Reply-To: ercolessi@uimrl3.mrl.uiuc.edu (furio ercolessi)
  9. Organization: MRL - UIUC
  10. Date: Thu, 31 Dec 1992 21:02:47 GMT
  11. Lines: 41
  12.  
  13. In article <1992Dec31.153918.16765@e2big.mko.dec.com>, lionel@quark.enet.dec.com (Steve Lionel)
  14. writes:
  15. |>In article <C03pyp.E4v@news.cso.uiuc.edu>, ercolessi@uimrl3.mrl.uiuc.edu 
  16. |>(furio ercolessi) writes...
  17. |>>Does anybody know (well, Steve Lionel certainly knows, but maybe
  18. |>>he's in holiday ...) what should I do to kill the carriage control character 
  19. |>>on the standard output in VMS Fortran ?
  20. |>
  21. |>Yes, I do know, and no, I'm not on vacation (though perhaps I should be..)
  22. |>But you're not going to like the answer....
  23.  
  24. er ... yes i didn't like it ... but thanks anyway!
  25.  
  26. |>Is this really easier than using WRITE(6,) instead?
  27.  
  28. it's easier to use WRITE(6,) :-) and i'll probably do that ...
  29.  
  30. And, oh, some time ago I rambled about carriagecontrol='FORTRAN'
  31. and the fact that some utilities do not recognize it, but at that time
  32. I didn't remember exactly which ones.   Well, one is the Internet/DECnet
  33. gateway software running on Ultrix boxes.  This software is wonderful 
  34. and, being in a mixed environment, I use it all the time.  But there is
  35. no way to transfer a file with carriagecontrol='FORTRAN', at least
  36. in the release we have here:
  37.  
  38. 3$ copy dum.dum x:"dum.dum"
  39. %COPY-E-OPENOUT, error opening MRLUXB"ercoless password"::"dum.dum" as output
  40. -RMS-F-SUPPORT, network operation not supported
  41. -FAL-F-RAT, record attributes field rejected
  42. %COPY-W-NOTCOPIED, $4$DUA8:[ERCOLESSI]DUM.DUM;1 not copied
  43.  
  44. where DUM.DUM on VMS has Fortran carriage control.
  45. Also 'NONE' is not good; it has to be 'LIST' (then, also old good
  46. EDT is entirely happy ...).
  47.  
  48. Thanks and have a happy new year!
  49. --
  50. Furio Ercolessi
  51. Materials Research Laboratory           |   Intl School for Advanced Studies
  52. Univ. of Illinois at Urbana-Champaign   |   Trieste, Italy
  53. furio@uiuc.edu                          |   furio@sissa.it
  54.