I guess if you load the routine it should be in CSA 
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Peter
Relson
Sent: Saturday, April 16, 2011 9:15 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: RESMGR for terminating Address Space

>If it gets control in the Master Address Space Where does the Routine 
Have to get Loaded??

The documentation for RESMGR describes your choices
-- you can have loaded the routine and provide the address
-- you can have the system issue LINK to get to the routine 
-- you can provide a PC number (or a reusable LX PC number)

FWIW, usually applications that have resources not automatically cleaned 
up at address space termination have both address space and task resmgrs. 
They try to do the cleanup under the task resmgr.  The memterm resmgr 
serves as the back-up. This is necessary if the application can be invoked 
from an initiator, for example, for which application termination does not 
coincide with address space termination.

Peter Relson
z/OS Core Technology Design

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to