Hi John,
did you GOOGLE for that sensecode? 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 ...

maybe that helps you
reghards Juergen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to