> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee > Sent: Tuesday, December 19, 2006 9:58 AM > To: [email protected] > Subject: Re: OUTLIM aborts > > > On 18 Dec 2006 22:35:31 -0800, [EMAIL PROTECTED] (Volkmar > Langer) wrote: > > >IF (TEBC#1.RC = 722) > > SET RC=0001 > >END-IF > >" > >(the more, your abend is NOT an RC value but an ABENDCC value) > > I tried both, neither worked. > > >But what about coding > >//CONT722 IF TEBC#1.ABENDCC = S722 THEN > >// do whatever you want to do > >// ENDIF > > Yeah. Unfortunately that is what I have been doing, not what I want > to be doing.
Oh, it is IMPOSSIBLE to recover from system x22 type abends. Eg. S122, S222, S322, S522, S622, S722, etc. There is NO WAY to do what you want, other than to somehow "trap" the Sx22 abend and "convert" it into some other abend. I guess this would require some sort of "front end" to the ABEND SVC. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

