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



On 08-Jun-2011 13:25 , Bill Hopkins wrote:
How this program runs ......

CLLE running all the time with delay waits.....

Calls RPGLE program
Calls CLLE
Calls RPGLE

Calls RPGLE program
Calls RPGLE - program that fails

Back to CLLE

No SQLRPGLEs and no other SQL created tables

That's why the message is strange to me.


The CPF4326 is an "open error" that cares nothing about [is agnostic with regard to] SQL versus DDS versus program described. The message has everything to do with scoping of overrides, opens, and commitment control commit definitions; possibly resources with uncommitted changes.

Debug the "program that fails" and at a breakpoint in that program just before the failing open, review the job being serviced for each of:

WRKJOB OPTION(*FILOVR) /* see what ovrdbf will affect OPEN */
WRKJOB OPTION(*OPNF) /* see if file already open [share?] */
WRKJOB OPTION(*CMTCTL) /* see what commit definitions active */
WRKCMTDFN /* ¿same? as just above; 5=Dsp; F6=Rsc*/
WRKJOB OPTION(*PGMSTK) /* review activation groups; F11 rqd? */
WRKJOB OPTION(*ACTGRP) /* similar to just above but no stack */
Does the debugged program open with CmtCtl where there is no
CmtDfn active either for *JOB or the ActGrp of that active
program as identified in review of the prior job details?

Regards, Chuck

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.