From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,379f47ddd474c3f0 X-Google-Attributes: gid103376,public From: olaf_nielsen@my-dejanews.com Subject: Re: real time sharing of files by Ada and C on DEC system Date: 1998/11/20 Message-ID: <733vnp$lr2$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 413845089 References: <365445e0.1685548@news.netrax.net> <1998Nov19.144524.1@eisner> X-Http-Proxy: 1.0 x3.dejanews.com:80 (Squid/1.1.22) for client 195.65.4.226 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Fri Nov 20 14:52:50 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.06 [en] (WinNT; I) via proxy gateway CERN-HTTPD/3.0 libwww/2.17 Date: 1998-11-20T00:00:00+00:00 List-Id: On OpenVMS, use: Text_Io.Open(File => ... Mode => Text_Io.OUT_FILE, Name => ... Form => "SHARING; GET YES;"); -- allow others to read. Olaf In article <365445e0.1685548@news.netrax.net>, wyeru@athotmail.com (Mike) writes: > > I have a requirement to open a file in Ada. As the data is being placed in the file by the Ada program, a second file is opened > which identifies which data elements in the first go together. There are several data sets in the file. I have a requirement to > generate a C program on a DEC system to access both files and pull out a particular data set as the Ada program is still running. > > Any pointers or experience doing something like this? I need to know what key words and tricky phrases to look for in the manuals > to make sure the two programs can use the files at the same time. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own