| Author |
Message |
Pons
New User
Joined: 25 May 2007 Posts: 32 Location: Coimbatore
|
|
|
|
I am not very fair in CICS.
Please explain what is the abend reson AZI6 and how to solve it??? |
|
| Back to top |
|
 |
References
|
Posted: Thu May 08, 2008 12:00 pm Post subject: Re: How to solve AZI6 Abend in CICS |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 883 Location: germany
|
|
|
|
| since you are not very experienced in CICS, suggest you use the links at the top of the page and look at the CICS manuals. |
|
| Back to top |
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 135 Location: Orlando, FL, USA
|
|
|
|
Apparently, you're in an MRO and/or CICSPLEX environment.
An "AZI6" is the abend-code returned to the "TOR" (Terminal Owning Region") when the "AOR" (Application Owning Region) has raised an abend condition.
The most common abend (but not always) is due to bad packed-decimal data (S0C7).
Check MSGUSR of the abending AOR in SDSF for this abend.
As suggested, it would also be wise to begin reviewing the CICS manuals and begin to familiarise yourself with all of the nuances.
HTH....
Regards,
Bill |
|
| Back to top |
|
 |
|
|