Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU (Carl J Lydick) Newsgroups: comp.os.vms Subject: Re: Multiple-access files in VMS Message-ID: <880808141631.43f@CitHex.Caltech.Edu> Date: 9 Aug 88 00:03:32 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 > 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.