What is the override scope? *JOB, *CALLVL or *ACTGRP (Default).
If it is *ACTGRP the override will only work within the new activation group, if it is performed within the program that is executed within the *NEW activation group or in one of the called procedures within the service programs created with activation group caller.
If the override is performed before calling the program, the override will only work for the activation group in which the override is performed ... and not within the *NEW activation group.
The best choice is to perform the overrides with *CALLLVL, then it works for all programs, procedures later in the call stack independent of the activation group in which the programs or procedures/service programs run.
If the override scope job is used, the override works for all programs or service programs executed within the job (like formerly for CLP and RPGIII programs) independent of the activation groups.
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization – Education – Consulting on IBM i
"Shoot for the moon, even if you miss, you'll land among the stars." (Les Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them and keeping them!"
„Train people well enough so they can leave, treat them well enough so they don't want to.“ (Richard Branson)
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Dave
Sent: Freitag, 30. Dezember 2022 18:05
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: OVRDBF et activation groups
Hello,
I modified a CLP by adding DCLPRCOPT DFTACTGRP(*NO) ACTGRP(*NEW). The subsequent programs are compiled with ACTGRP(*CALLER). Why aren’t my OVRDBF functioning any longer ? They aren't even visible when working with the job at the same level as the program that issued them.
Also, I put RCLACTGRP ACTGRP(*ELIGIBLE) at the end of the program and noticed while debugging that no activation groups were eligible for reclamation. Would that be because I used ACTGRP(*NEW) ?
Thanks
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.