David, Would *love* to see the look on the face of the "next" sysprog that had to support that exit.....not exactly for the faint-hearted!
Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] http://www.rs.com/portfolio/mxi_g2 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Day Sent: 16 January 2007 16:40 To: [email protected] Subject: Re: Status Stop and REXX Have the UTL exit schedule an IRB to run on evry TCB you want stopped. After all IRB's are scheduled, the UTL code waits on one or more ecb's. There's one ecb for each task running you want stopped The IRB code posts it's UTL ecb indicating it has arrived. It then waits on a different ecb, call it the IRB ecb. After all the UTL ecb's have been posted, issue the wtor. Post the IRB ecb's, then take whatever action in the UTL code you want based upon the operator reply. After the IRB ecb is posted, the IRB code just exits. Seems like it oughta work. ----- Original Message ----- From: "Yves Colliard" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: <[email protected]> Sent: Monday, January 15, 2007 5:03 AM Subject: Status Stop and REXX > Hello everyone! > > I'm trying within IEFUTL Exit to stop the address space (all other TCBs) > from working; because in certain circumtances I'm asking the operators > (WTOR) to decide if the address space have the right to use more CPU. > > To do this I use the status stop macro and it works fine... but not with a > batch TSO Rexx programm; this one (only this TCB) is running and running. > Using a SVC Dump I've seen, that the TCB Stop is delayed. > > Does someone have an idea how to even stop such a TCB? > > Regards, Gruesse, salutations > > Yves Colliard > > ---------------------------------------------------------------------- > 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

