From: CSBVAX::MRGATE!RELAY-INFO-VAX@CRVAX.SRI.COM@SMTP 8-AUG-1988 23:15 To: ARISIA::EVERHART Subj: Re: Multiple-access files in VMS Received: From KL.SRI.COM by CRVAX.SRI.COM with TCP; Mon, 8 AUG 88 17:27:46 PDT Received: from CitHex.Caltech.Edu by KL.SRI.COM with TCP; Mon, 8 Aug 88 17:03:37 PDT Date: Mon, 8 Aug 88 17:03:32 PDT From: carl@CitHex.Caltech.Edu (Carl J Lydick) Message-Id: <880808141631.43f@CitHex.Caltech.Edu> Subject: Re: Multiple-access files in VMS In-Reply-To: Your message dated 8-Aug-1988 To: GG.SPY%ISUMVS.BITNET@CitHex.Caltech.Edu, info-vax@CitHex.Caltech.Edu > You can, however, set the flag FAB$V_RRL (Read Regardless of Lock) in > FAB$L_FOP (at least in MACRO, I don't know if any of the high-level > languages provide a way to do this). I think you've confused overriding record locks with overriding exclusive file access. There is no FAB$VRRL (at least not in the VMS 4.7 macro, C, or FORTRAN libraries); however, there IS a RAB$VRRL which permits you to read a record even if it is currently locked. To open a file that's been opened for exclusive access would appear to take calls to the ACP/QIO interface.