Hi Jesse, https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieae400/svc34.htm#svc34__cdemvs
Regards, David On 2019-05-15 11:13, Jesse 1 Robinson wrote: > I was banging away at a reply for JES2 Exit 5 when I realized that most > CANCEL commands are issued to MVS, not JES. Where would a 'C my-pet-task' be > intercepted? > > . > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-543-6132 Office ⇐=== NEW > [email protected] > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf Of > Brian Westerman > Sent: Tuesday, May 14, 2019 10:41 PM > To: [email protected] > Subject: (External):Re: LE question > > I think that one of the CBTtape files has a program that is a generic abend > catcher and you execute it, passing it a parm of your program and it builds > the ESTAEX cushion around your program. > > Alternatively, our SyzMPF/z product can intercept the cancel command and keep > it from being done when you don't want it to be, so I'm sure that most if not > all other automation products can do that same thing. > > You could also write a simple command exit which would intercept ALL cancel > commands and do any kind of processing you want to it (including ignore it > for certain jobs/tasks) and have that same exit allow some other command > (like XANCLE instead of "CANCEL" or "C") to actually work for those jobs that > are your favorites. > > Obviously our product makes this really easy, (it allows scripts with many, > many variables to help decide if things should be allowed to happen or modify > the commands and/or send email or text messages if/when commands are changed) > and everyone should buy it from us, but it's really not that difficult to > design and write your own for simple single use things like this. > > Brian > > > ---------------------------------------------------------------------- > 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
