@Peter: thanks for clarifying that, obviously I had mangled something (although I am not sure how!). Anyway, I have now coded an exit that will work with either type of process so the problem is now hopefully moot.
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Peter Relson Sent: 23 April 2021 19:21 To: [email protected] Subject: Re: ASCRE termination exits: how many? Two ASCRE's were issued. Each created address space has the termination exit you specified when you issued the ASCRE to create it. If you are finding that only one routine gets control for the termination of both of those address spaces then you specified that routine on both ASCRE invocations, whether intentionally or not. <snip> It says the termination routine is run under the creating TCB, it doesn't say what happens if another ASCRE has been issued with a different exit. </snip> Nor should it. Each ASCRE is totally unrelated to the other. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
