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



Thanks Scott,

I think I've learned the rule should be :

Use RCLRSC only if everything is running in the DAG. All RPGLE and CLLE should be compiled to run in the DAG.
and RCLACTGRP for ACTGRP.

Now if there was a written warning from IBM somewhere..
I'd like to be able to say that Scott Klement says so. Although you are known to the shop, not many seem to read many RPG articles.



-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Scott Klement
Envoyé : mardi 11 janvier 2011 22:51
À : RPG programming on the IBM i / System i
Objet : Re: File open problem

Hi David,

This normally happens when a service program is set up with
ACTGRP(*CALLER), and gets called from the DAG. RCLRSC
doesn't understand service programs, but it does understand
files. so it closes the files, but leaves the service
program loaded, and thinking that it's
file is still open. Next time the service program runs, it goes
haywire, referring to memory that's either freed up, or in
use for a different purpose.

I can't see how *INLR would help.

This issue is why most/all ILE experts tell people to use
named activation groups instead of using ACTGRP(*CALLER) for
all ILE PGM objects.



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.