×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
The program is replete with selects against the physical file, but none have
FOR READ ONLY. Isn't Read Only the default when not specified? Any spec
that fetched or tried to update where current would fail, no?
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark S Waterbury
Sent: Friday, April 05, 2013 2:11 PM
To: Midrange Systems Technical Discussion
Subject: Re: Embedded SQL locking files?
Thomas:
Are you doing SELECTs against any of those files? If so, perhaps you need
something like this:
C /EXEC SQL
C DECLARE empcsr CURSOR FOR
C SELECT empno, empnam, empsal
C FROM employee
C WHERE empdept = :dept
C FOR READ ONLY
C /END-EXEC
HTH,
Mark S. Waterbury
On 4/5/2013 2:45 PM, Thomas Garvey wrote:
Anyone ever see an RPGLE program with lots of embedded SQL that
somehow manages to lock records of logicals never referenced in the
logic? By 'never referenced' I mean that no inserts/updates/deletes
are included for the physical file involved, or any of its logicals.
No commitment control, no updates, but still locks records. How? Why?
Thomas Garvey
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.