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

Reply via email to