In a message dated 5/15/2006 7:24:02 A.M. Central Daylight Time,  
[EMAIL PROTECTED] writes:

>I am having a difficult time trying to find the abend code IEA794I  SVC DUMP 
HAS >CAPTURED.
You will never find this abend code explained anywhere, because it is not  an 
abend code.  It is an informational message telling you that your  system 
created an SVC dump which was captured and then recorded onto one or  another 
of 
your system dump data sets, whose data set names start with  SYS1.DUMPxx.  To 
see which one it is (in case you have more than one),  enter the appropriate 
operator command.  Go to this website:
_http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.
cgi?CTY=US&&FNC=SRH_ 
(http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&&FNC=SRH)
 &    Enter the publication number 
SA22-7627-10 and download your own private  permanent copy of the book.  Its 
name is MVS System Commands.  Look  in that book for "display dump data sets" 
and you will find the command.   The dump may have been automatically generated 
when a program abended, or it  may have been generated simply because a 
programmer wanted to study part of  storage, in which case there is no abend.
 
>P.S. I am also looking for abend code IEF450I RESTOR$02 STEP1  JSTEP030 - 
>ABEND=S0C4 U0000
This also is not an abend code.  It is an informational message that  
contains, inter alia, two possible abend codes.  The first  possible abend code 
contained within this message is S0C4.  The second is  U0000.  The fact that 
the 
second one is all zeroes and the first one is  not is a clue that the program 
abended with the system abend code 0C4.   This abend code is documented in 
SA22-7626-09, entitled MVS System  Codes.  Download that one, too, and look in 
it 
for 0C4 and beaucoup other  abend codes.  The U0000 is a user abend code, which 
did not occur.   But if it had, then you have to look for the documentation 
on whatever program  was executed by that step.  User abend codes are 
documented (we hope) in  user-written documentation.  You are the user.  Your 
installation is  the source for documentation on user abends, unless the 
program 
involved came  from a vendor, in which case the vendor's documentation should 
describe the  particular user abend code.  IBM is the system.  IBM documents  
system 
abend codes.


Bill  Fairchild


----------------------------------------------------------------------
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

Reply via email to