From: CSBVAX::MRGATE!info-vax-RELAY@KL.SRI.COM@SMTP 3-AUG-1988 07:11 To: ARISIA::EVERHART Subj: Re: Multiple-access files in VMS? Received: from ucbvax.berkeley.edu by KL.SRI.COM with TCP; Sun, 31 Jul 88 04:25:07 PDT Received: by ucbvax.berkeley.edu (5.59/1.28) id AA09266; Sun, 31 Jul 88 04:12:17 PDT Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 28 Jul 88 16:06:58 GMT From: ucsdhub!hp-sdd!ncr-sd!ncrlnk!ncrcam!advdev!musky2!terrell@ucsd.edu (Roger Terrell) Organization: Muskingum College, New Concord, OH Subject: Re: Multiple-access files in VMS? Message-Id: <122@musky2.MUSKINGUM.EDU> References: <1391@csun.UUCP> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <1391@csun.UUCP> mst@csun.UUCP (Mike Temkin) writes: >Does anyone out there know how to make a file multi-accessible (readwise) >in VMS? There must be a way since I would think that the help file is >that way. Any help is appreciated. >Mike Temkin To make a file readable (or writeable) by multiple users, just use an option to the OPEN procedure of whatever language you are using. An example from VAX Pascal: OPEN (InputFile, 'INPUT-FILE.TXT', HISTORY := READONLY, SHARING := READONLY); The statement would be similar in other languages. --Roger -- Roger Terrell ....musky2!terrell (UUCP) terrell@muskingum.edu (CSNet)