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



Hi!

I think I must explain my problem more...

I first call my CLP with a file, a library and a member name. My CLP does
the correct OVRDBF. Then my CLP calls my RPG/ILE program. In this program,
my overrided file is read as a primary file. If a record encounters some
conditions, the program updates another file and calls the CLP back with
different parameters. If I understand your explanations correctly, I must
not use my file as a primary file. I must do a loop in my program to read it
manually until the end of file after opening it with an OPEN opcode.

Did I understand tour explanations correctly?

Charles


"Jeff Young" <cooljeff913@xxxxxxxxx> a écrit
dans le message de news: 998496.77547.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Charles,
The problem is that your CLP is running in the DEFAULT activation group,
while your program is in its own activation group. When the CLP ends, the
override ends also.
If all you want to do is override the file name, I would suggest that use
the EXTFILE or EXTMBR keywords on the "F" spec along with USROPN. Then just
put your Library/File in the EXTFILE field or Member Name in the EXTMBR
field and open the file.
If you need other attributes, I would suggest you use QCMDEXC or the system
function to issue the override from you program.


Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions
V5R2
IBM Certified Specialist- e(logo) server i5Series Technical Solutions
Designer V5R3
IBM Certified Specialist- e(logo)server i5Series Technical Solutions
Implementer V5R3









----- Original Message ----
From: Charles St-Laurent
<dringpiece@xxxxxxxxxxx>
To: rpg400-l@xxxxxxxxxxxx
Sent: Wednesday, June 13, 2007 3:00:54 PM
Subject: Re: Recursive calls don't work


Hi!

After verification, it seems that my call is done but nothing is updated in
my file after each second level execution. The only program that updates
successfully my file is my first level program...

Charles


"Charles St-Laurent" <dringpiece@xxxxxxxxxxx> a
écrit dans le message de news: f4pdp1$g8r$1@xxxxxxxxxxxxxxxx
Hi!

I try to develop a program that call itself recursively. I compiled it
with DFTACTGRP(*NO) ACTGRP(*NEW). When I call my program recursively, I
call the CLP that does the OVRDBF. Then, in my CLP, I call my RPG/ILE
program back with my new OVRDBF.

When I debug my RPG/ILE, nothing seems to happen at this line:
C CALL 'LSTWRDP' PLIST1

I believe that my call is not performed. Or, if it is performed, no update
is made to my file by my second level call.

LSTWRDP calls LSTWRDR that calls LSTWRDP with different parameters to do
new OVRDBF...

Am I missing something?

Charles


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