Hello,

damit ist wohl z.B. der Parameter aus den OVR-Befehlen für die *ACTGRPDFN gemeint.
Zum Beispiel eben in OVRPRTF der Parameter.

Erklärung in Englisch gemopst von http://faq.midrange.com/data/cache/94.html


Using overrides in ILE is somewhat different from using them in OPM:

In ILE an override (again, using the default OVRSCOPE) will work for all other programs in the activation group in which the override is issued. It will not be automatically removed when the issuing prorgram ends; it will exist until it is explicitly removed with DLTOVR or until the activation group ends.
If you want an override to be visible through different activation groups (as in calling an OPM program from an ILE program), you will have to use OVRSCOPE(*JOB). The override will be in effect for all programs in the job, regardless of activation group, until it is removed or the job ends. OVRSCOPE(*CALLLVL) is for getting the 'old' behaviour in ILE: the override will be removed when the call level, i.e. the issuing program, ends.


OVRSCOPE



Falls die Spielerei mit den Aktivirungstruppen nicht gleich geht, gibts es glaube ich auch noch ne altherkömmliche Methode?
So übern CL erst den OVR absetzen und dann den CALL.
Bin mir da aber gerade nicht sicher wegen alten Releasestand hier.

k.