All, I am actaually a newbie to dump reading. We have a s0a8 abend but our system runs fine without any crash. After a basic investigation into the "software edit report" in LOGREC, I found that a recovery routine(FRR) in is action at the time of abend.I suspect this to be the cause of no adverse results on the system. After some basic knowledge got from reading IBM manuals on "recovery routines", I found that their were no FRR application routines in the system code.So now I suspect it to be a VTAM FRR. LOGREC shows the recovery routines names as "ISTAPCFR " and the CSECT name as "ISTAICPT". Is ISTAPCFR a VTAM FRR ?What does ISTA prefix to module names indicate? Pls throw some light into the issue. Thanks in advance. Cheers, Mary George
Todd Burch <[EMAIL PROTECTED]> wrote: What would you like to know? Recovery aspects? How to create one? (See SCHEDULE macro or its replacement IEAMSCHD). MVS Programming Authorized Assembler Services as a lot of good info on SRBs. LOGREC will have an entry for the S0A8 (unless the SETRP for the FRR specified RECORD=NO). In the LOGREC entry, there will be an address of the recovery routine and most likely the RETRY routine address as well. It will have the regs at time of error, from which you might be able to gleen a base register. Todd ----- Original Message ----- From: "mary george" Newsgroups: bit.listserv.ibm-main To: Sent: Tuesday, July 26, 2005 3:27 AM Subject: Routine name/srb > All, > > In my system we are experiencing a S0A8 abend but the > system does not seem to crash. > Therofore I suspect that some recovery routine is been written > to recover from this error. > Now I want to know which routine has been used,hos can I proceed > this with IPCS?Likewise where can i find info abt SRB's? > > > Cheers, > Mary George ---------------------------------------------------------------------- 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 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- 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

