If it gets control in the Master Address Space Where does the Routine Have to get Loaded??
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Tony Harminc Sent: Friday, April 15, 2011 6:24 PM To: [email protected] Subject: Re: RESMGR for terminating Address Space On 15 April 2011 16:17, michealbutz <[email protected]> wrote: > Would anyone know if installing a Address Space Terminating routine via > RESMGR works Under all circumstances That rather depends on what your code does... > Meaning normal Termination If you mean "does it get control on a normal memterm?", the answer is yes. The routine is informed by a flag whether it was entered for a normal or abnormal EOM. Do keep in mind that the routine runs in the master address space, and does not have access to private storage of the terminated address space, including the many control blocks such as TCBs that are (were) there. Tony H. ---------------------------------------------------------------------- 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

