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



David,

I think your best bet for now is to change CLP1 to ILE, with ACTGRP(*NEW). Leave the RCLRSC (until you get rid of your OPMs). This way, when CLP1 (or CLLE1, as would be more appropriate) ends, the OPMs are ended by RCLRSC and the ILEs are ended because the activation group ends.

Joep Beckeringh


Op 09-09-10 09:35, David FOXWELL schreef:
I seem to be having trouble expressing my concern, I'll try and be more clear.

Here's the situation before conversion to ILE :

CLP1
OVRDBF FILEA FILEB
PGM
CALL OPM1
CALL OPM2
CALL OPM3

etc, etc, with further calls to OPM's
RCLRSC
ENDPGM

The programs may or may not be terminated with LR on.


Now, the OPM are converted to ILE compiled with CRTPGM ACTGRP(*CALLER), so their behaviour is different with RCLRSC :

CLP1
OVRDBF FILEA FILEB
PGM
CALL ILE1
CALL ILE2
CALL ILE3

etc, etc, with further calls to OPM's
RCLRSC
ENDPGM



The user presses a function key to call CLP1. Then, he presses another function key to call a CLP2, which also calls ILE3. ILE3 continued to use FILEB. I am assuming that this was because of the RCLRSC not having the same effect as the application was working when ILE3 was OPM3.


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.