The timer exit runs in the same TCB; it's the RB that is different.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Rob Scott <[email protected]> Sent: Friday, October 9, 2020 4:26 AM To: [email protected] Subject: Re: ALERSERV delete from stimerm exit If the ALET is not invalid, the most likely reason is that the TCB of the DELETE does not match the TCB of the ADD. You have two options : (1) Change the ALESERV ADD/DELETE to use AL=PASN (2) Do not attempt to ALESERV from the STIMERM exit and indicate (maybe via rc/rsn or a request added to a queue) that the TCB that performed the ALESERV ADD should perform the DELETE. I would suggest (2), but also if this is new code perhaps use memory objects instead of dataspaces? Personally I like to keep timer exits (and recovery/retry routines) as simple as possible and to abdicate complex logic responsibility back to the establishing routine. Rob Scott Rocket Software -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Joseph Reichman Sent: 09 October 2020 03:37 To: [email protected] Subject: ALERSERV delete from stimerm exit EXTERNAL EMAIL Hi Would any one know if there is any restriction on deleting an ALET entry (ALESERV DELETE) from a STIMERM exit I am getting a RC X'14' in R15 I ran the program under test and it's the same ALET I ALERSERV ADD AL=WORKUNIT thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ================================ Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ Main Office Toll Free Number: +1 855.577.4323 Contact Customer Support: https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - http://www.rocketsoftware.com/manage-your-email-preferences Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy ================================ This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you. ---------------------------------------------------------------------- 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
