IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Transaction XYZ1 FAILED WITH ABEND ASRA


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kavinkumar_s

New User


Joined: 03 Mar 2009
Posts: 10
Location: chennai

PostPosted: Tue Apr 14, 2009 12:37 am
Reply with quote

HOW TO PRODUCE DUMP FOR ASRA ABEND?

DFHAC2206 15:42:44 TORAPPL TRANSACTION XYZ1 FAILED WITH ABEND AZI6. UPDATES
TO LOCAL RECOVERABLE RESOURCES BACKED OUT. DFHAC2261 SYSTEM AOR SENT MESSAGE
(SENSE CODE 0824089E). 'DFHAC2206 15:42:44 AORAPPL TRANSACTION XYZ1 FAILED
WITH ABEND ASRA. UPDATES TO LOCAL RECOVERABLE RESOURCES BACKED OUT.'.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Apr 14, 2009 12:48 am
Reply with quote

Look in the AOR region for XYZ1 transaction (CEDC V GR(*) TRANS(XYZ1) and verify that DUMP and TRACE are set to YES. If not, your CICS support group will need to change the definition in the AOR. If they are set, the AOR should automatically get the dump produced when the transaction takes the ASRA abend.
Back to top
View user's profile Send private message
kavinkumar_s

New User


Joined: 03 Mar 2009
Posts: 10
Location: chennai

PostPosted: Tue Apr 14, 2009 12:57 am
Reply with quote

thanks tanstaafl.... still some more, how to view and analysis that abend..
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Tue Apr 14, 2009 1:08 am
Reply with quote

If there's a PSW printed in the AOR SYSOUT, the address of the NSI (next sequential instruction) will be present. Take this address and subtract the ILC (you'll see this plain as day - Instruction Length Code) from the NSI address and the result will be the address in the program of the failed-address.

In order to generate the Assembler expansion of the program, compile the program using the LIST,NOOFFSET compile options and you'll then find the above address in the expanded listing.

An AZI6 indicates an ABEND occurred in a connected region and this AZI6 message is probably being displayed in the TOR.

As Robert said, the real abend occurred in the connected AOR and that's where you must look.

Regards,
Back to top
View user's profile Send private message
kavinkumar_s

New User


Joined: 03 Mar 2009
Posts: 10
Location: chennai

PostPosted: Tue Apr 14, 2009 1:15 am
Reply with quote

thanks i try it and tell you.............
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top