>I guess if you load the routine it should be in CSA Most would have the module in LPA, and use CSVQUERY to get its address and provide that address via RESMGR.
Yes, you could load-with-ADDR into some common area subpool (CSA or SQA according to your own need). You might be able to get away with LOAD with GLOBAL=YES if it is the case that the system's cleanup of the loaded item upon memory termination happens after the system invokes your resmgr. This is not typically something good to rely on, even if it happens to be true. If you want to go through the trouble, and if this is only for MEMTERM not task term, then you could load this in the private storage of ASID 1.. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

