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



I think something else is going on. Commits are not held up because a table
is open. That would mean that no running program could commit until a file
was closed. You need to find out which job is issuing the updates and find
out why commits are not being run.

On Fri, Mar 2, 2012 at 9:10 AM, Michael Schutte <mschutte369@xxxxxxxxx>wrote:

Having an issue with a continuously running program.

CL program is scheduled to run. This CL program will issue DLYJOB 600
after making calls to RPGLE and SQLRPGLE programs and then wake up and do
it all over again.

One of the programs that it calls is a SQLRPGLE program. The SQL program
was compiled with CLOSQLCSR(*ENDACTGRP).

This program declares a cursor (for read only).
Opens the cursor
Fetch one record
Dow sqlcod = 0

SQL Selects to the same file defined in the cursor.
SQL Inserts, deletes and or updates occur.

fetch next record
Enddo
Close the cursor
*Inlr = *on
Return

When the program ends, you still see the files active when you do a 14 to
do a DSPJOB for the cl that is running.

I do understand that you can change the compile to CLOSQLCSR(*ENDMOD) and
that might fix the issue. Or do a RCLRSC in the cl before going to asleep.


The issue is that the Journal Commits are backing up and not executing
because the file is still active. This has only become a problem since
yesterday, the program has been running for several months. (FYI, the job
does end daily and restarts daily but runs for the entire day with the
delay wait of 600).

There doesn't appear to be any changes made to the iSeries. I would have
imagined that if the SQL open data paths were causing this Journal Entry,
then would have been a BIG problem at my previous employer where SQL was
widely used.

Any thoughts?

Hope I was clear.
--
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.

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.