COMMIT
Bill D Michael
Bill.Michael@ipaper.com
Thu, 24 May 2001 10:48:45 -0500
I'd suggest making the LOAD_LISTS_REF open clause "OPEN 1 READ SHARE" so
you get a separate buffer from the LOAD_LISTS buffer, which by default and
your file statement is OPEN 0 WRITE SHARE.
Bill
"Kesterson, Roger" <Roger.Kesterson@mtdsw.com>@cube.swau.edu on 05/24/2001
10:11:55 AM
Sent by: powerh-l-admin@cube.swau.edu
To: "'powerh-l@list.swau.edu'" <powerh-l@lists.swau.edu>
cc:
Subject: RE: COMMIT
<snip>
The error is:
"Data access error. (LOAD_LISTS*01)?%RMS-F-FAC, record operation not
permitted by
specified file access (FAC)"
The LOAD_LISTS file is defined as:
FILE LOAD_LISTS DESIGNER OPEN WRITE SHARE
FILE LOAD_LISTS DESIGNER ALIAS LOAD_LISTS_REF OPEN READ SHARE
<snip>