what is Asra abend in Cics?how to reslove step by step?

Created on Sept. 27, 2021, 6:23 a.m. - by Ravi, Pasupuleti


 what is Asra abend in Cics?how to reslove step by step?


Comments (3)

Srinivasan, Panneer Selvam
Sept. 27, 2021, 1:45 p.m.

ASRA - Program abended due to the system abends like SOC7, SOC4 etc..

Most of the time this abend occurs due to SOC7 conditions, where non numeric value is moved to numeric variable.

if you have any debugging tool(Xpediter or Intertest) in your project, you can easily find the abend location on the code by debugging.


Sophie, Millers
May 17, 2024, 4:19 p.m.

Just wanted to share that our annual virtual event, “Empower 2024 – Shatter the Status Quo,” is happening on Thursday, June 13, at 2 PM GMT+1 / 9 AM EDT.

It’s a great chance to connect with industry experts and fellow IT professionals to discuss how to navigate the complexities of today’s IT landscape.  Also, feel free to follow our LinkedIn for more updates.

Hope to see you there!

(1) Empower 2024—Shatter the Status Quo | LinkedIn


bina, kay
June 21, 2024, 7:13 a.m.

ASRA abend in CICS signals a program check within your transaction. It's a generic error indicator. To resolve:

  1. Examine the abend dump's program status word (PSW) to find the program interrupt code (PIC). This code reveals the specific error type.

  2. Investigate based on PIC. Different PIC codes point to different issues (e.g., PIC 7-F means arithmetic errors). Use CICS resources to understand the error based on PIC.

For a faster diagnosis, consider using CICS VR app developer tools like Xpediter or Intertest. These can pinpoint the exact line of code causing the abend.


Copyright 2020 by ibmmainframer. All Rights Reserved.