> -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Juergen Keller > > Hi John, > did you GOOGLE for that sensecode?
Uh, no; I'm not that smart yet. :-) > One hit will be > > http://www-01.ibm.com/support/docview.wss?uid=swg21037540 > > Problem(Abstract) > > You have a CICS transaction that is shipped from a terminal owning region > (TOR) to an application > owning region (AOR). The transaction returns reporting an abend AZI6 with > sense code 0824 089E. You > are trying to determine the meaning of the sense code. > Cause > > The remote transaction abended and passed back information in the sense code. > Resolving the problem > > Look at the first two bytes separately from the second two bytes: > > The first two byes are the system sense code which are documented by > VTAM. A x'0824' means that > the Logical Unit Of Work has been aborted. > > The second two bytes are the user sense code. The remote CICS > occasionally will put the message > number being generated at the time of the error in these two bytes. Sometimes > this message number is > in decimal, such as 3426. At other times it is in hexadecimal, as it is here. > Hex 089E is decimal > 2206. The 2206 is from message DFHAC2206 indicating the transaction failed > with abend AZI6. This is > passed on to the terminal to let the end user know that the remote task has > abended. > > Product Alias/Synonym > > CICS/TS CICS TS CICS Transaction Server > > there are some more ... Thanks kindly. That is precisely what I was wanting to know. It would be "nice" of CICS to document that in the explanation for message DFHAC2261. -jc- ********************************************************************** Information contained in this e-mail message and in any attachments thereto is confidential. If you are not the intended recipient, please destroy this message, delete any copies held on your systems, notify the sender immediately, and refrain from using or disclosing all or any part of its content to any other person. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
