× 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.



BTW, as long as he's adding the options block, he might as well add the CLOSQLCSR. Doug, this works for all compiles, no need to change your command defaults...

C/EXEC SQL
C+ Set Option
C+ DatFmt = *Iso,
C+ Naming = *Sys,
C+ Commit = *None,
C+ UsrPrf = *User,
C+ DynUsrPrf = *User,
C+ CloSqlCsr = *EndMod
C/END-EXEC

hth,
Eric

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Lim Hock-Chai
Sent: Wednesday, August 01, 2007 10:57 AM
To: RPG programming on the AS400 / iSeries
Subject: RE: Embedded SQL File Locking issue


I wonder if this is a commitment control issue? If you do not intend to
use commitment control, try add the following lines of codes:
C/exec sql
C+ set option commit=*none
C/end-exec

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Doug Palme
Sent: Wednesday, August 01, 2007 9:08 AM
To: 'RPG programming on the AS400 / iSeries'
Subject: Embedded SQL File Locking issue

Charles was kind enough to help me yesterday with a few issues and he
suggested that I include CLOSSQLCSR(*ENDMOD) on either the compiler
options or include it within the program in order to release any locks.



I have it on the compiler options (Charles, turns out with our change
control program, I can add them with a option 15) but when I run the
program interactively I still end up with a record lock...is there
something else I need to be doing here?



Here is the actual code that the program is processing at this time:



C/EXEC SQL

C+ INSERT INTO USETAXPF SELECT CCUSNR, CCUSNM, :ZSALES

C+ FROM CORCUSTM

C+ WHERE CSTATE = 'MN' AND

C+ CSTMTL = :ZTYPE

C/END-EXEC







************************************************************************
****
This transmission may contain information that is privileged,
Confidential and/or exempt from disclosure under applicable law.
If you are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution, or use of the information contained
herein (including any reliance thereon) is STRICTLY PROHIBITED. If you
received this transmission in error, please immediately contact the
sender and destroy the material in its entirety, whether in electronic
or hard copy format. Thank you.
************************************************************************
****
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.