What is ASRA ABEND in CICS?

devquora
devquora

Posted On: Feb 22, 2018

 

ASRA ABEND is a code in CICS which denotes the issues related to the program check that is done within a particular transaction. There can be lots of reasons for performing program checks. To find the correct nature of the error is created you have to find the program interrupt code in PSW. This program status word is used for recording addresses by machine hardware for recent instructions. If you want to solve this issue of ASRA ABEND in CICS then you need to find the actual location of its occurrence. For identifying the location you can use debugging tools such as cedf or xpeditor. So, after knowing the problem area you can easily find the cause of ASRA ABEND and it becomes easy to solve it.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Mainframe Interview Questions

    What is the difference between LINK and XCTL?

    Link is used to go from one module to another and then return to the first module such that the link to a module is used to provide the first some data. Whereas XCTL is used to go from one module with...

    Mainframe Interview Questions

    What is the difference between the MRO & ISC?

    MRO or Multiregion operation is influenced by the intercommunication facilities that you use with the connection and by your management of the connection. Whereas ISC or intersystem communication s sh...

    Mainframe Interview Questions

    What happens when a CICS command contains the NOHANDLE option?

    In CICS the NOHANDLE option is used to suspends the error handling that was specified in previous EXEC CICS HANDLE CONDITION commands but only for the command on which you put the NOHANDLE....