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



>Quick question about ILE ... what activation group does a OPM
>CL program run
>in if it was called from a ILE program with a named activation
>group?  (if
>that makes any sense)

I concur with Dennis.  An easy way to verify this is to put a DSPJOB in your
CL program (cause it to "pause") and look at the call stack.  You may have
to press F11 to see the AG names.  Here's an example:

       Program
Rqs    or          ---Activation Group---
Lvl    Procedure   Number      Name
       QCMD        0000000001  *DFTACTGRP
       QUICMENU    0000000001  *DFTACTGRP
  1    QUIMNDRV    0000000001  *DFTACTGRP
  2    QUIMGFLW    0000000001  *DFTACTGRP
  3    QUICMD      0000000001  *DFTACTGRP
       S           0000000002  *DFTACTGRP
  4    QCMD        0000000001  *DFTACTGRP
       QUOCPP      0000000001  *DFTACTGRP
       QUOMAIN     0000000001  *DFTACTGRP
  5    QUOCMD      0000000001  *DFTACTGRP
     < QRNP_PEP_A  0000006727  QILE
       A           0000006727  QILE
       WAITCL      0000000002  *DFTACTGRP

  --buck


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.