Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Sharing files and SYS Message-ID: <9260@ucbvax.ARPA> Date: Tue, 23-Jul-85 02:57:51 EDT Article-I.D.: ucbvax.9260 Posted: Tue Jul 23 02:57:51 1985 Date-Received: Thu, 25-Jul-85 05:33:27 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 21 From: <#D15%DDATHD21.BITNET@WISCVM.ARPA> Hi Don, I've no further comments on Kevins reply. I would have written the same. Hi Ian, we use SYS$FLUSH since revision 3.x of VMS. It's actually a RMS service and not a system service routine. It is described in: VMS 2.x: RMS Reference Manual Page 11-9 ff. VMS 3.x: RMS Reference Manual Page 12-1 ff. VMS 4.x: RMS Reference Manual Page 68 ff. Since I'm using FORTRAN for my system-programming, I've to use the SYS$FLUSH subroutine call instead of the $FLUSH RMS-Macro. Martin