Can you execute the resmgr macro in the subsystem initlization routine for *MASTER* -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of michealbutz Sent: Sunday, April 17, 2011 12:56 PM To: [email protected] Subject: Re: RESMGR for terminating Address Space
Why Cann't you do Storage Obtain with ALET of Master that do MVCS to move the Address of the Module -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Binyamin Dissen Sent: Sunday, April 17, 2011 11:29 AM To: [email protected] Subject: Re: RESMGR for terminating Address Space On Sun, 17 Apr 2011 09:21:53 -0400 Peter Relson <[email protected]> wrote: :>>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.. Which might be a fine idea if IBM "supported" SRB->IRB in *MASTER*. My understanding is that is considered a no-no. -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

