My main focus is saving the SDWA in a SVC dump as that is the best audit trail of what has happened I have read chapter 8 the Assembler Services guide If there is a better source of information please let me know Thanks -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jon Perryman Sent: Monday, September 01, 2014 2:16 AM To: [email protected] Subject: Re: Recovery routines
Dump suppression or the dump options probably suppressed the dump. Use MVS command SL SET,ID=xx,COMP=0C4,JOBNAME=xxxx,ACTION=SVCD,END. Note that if your recovery routine has the same abend, then you will need to issue SL SET,ID=xx2,COMP=0C4,JOBNMAE=xxx,ACTION=NODUMP,MATCHLIM=1,END after the first SL command so that you capture the correct dump data.ou Also be aware that z/OS produces S0C4 abends that are never seen. Use of JOBNAME= will ignore most of them. If this is not sufficient, then you will need to find the info apar that describes how to ignore these S0C4 abends. Jon Perryman On Sunday, August 31, 2014 2:14 PM, MichealButz <[email protected]> wrote: Thanks For your help I did confirm that my recovery routine was entered I >have to find out was I the SDUMP wasn't generated > ---------------------------------------------------------------------- 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
