Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!think!ames!ucbcad!ucbvax!UC780.BITNET!BRUCE From: BRUCE@UC780.BITNET.UUCP Newsgroups: comp.os.vms Subject: Re: files in fortran Message-ID: <8704152352.AA14101@ucbvax.Berkeley.EDU> Date: Wed, 15-Apr-87 18:53:11 EST Article-I.D.: ucbvax.8704152352.AA14101 Posted: Wed Apr 15 18:53:11 1987 Date-Received: Fri, 17-Apr-87 06:09:52 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 13 Re: files in fortran. When you say that you want other people to be able to type it while the program is still running I thought of batch jobs and how you can type out their log files while they are still running. After looking at the rms manual for a while, I tried SYS$FLUSH on the RAB each time after I wrote to it (especially since you only do i/o to it once in a while) and it worked (it ended up just like the log files for batch jobs.) To get the RAB you need to use the useropen parameter on the fortran open statement, and therefore, need to look at the fortran docs to find out about that since I don't have the code handy right now. bruce