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

How to check ASRA ABEND


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

New User


Joined: 09 Aug 2019
Posts: 1
Location: MALAYSIA

PostPosted: Fri Aug 09, 2019 1:08 pm
Reply with quote

Hi all,

Starting a CICS task recently, getting an ASRA ABEND while performing
CECI LINK PROG(XXX)..

How to check the ASRA ABEND ?

Kindly assist icon_cry.gif icon_cry.gif
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3109
Location: NYC,USA

PostPosted: Fri Aug 09, 2019 5:16 pm
Reply with quote

Okay then use some debugging tool to troubleshoot this issue, if you have any at site.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1356
Location: Israel

PostPosted: Sun Aug 11, 2019 4:31 pm
Reply with quote

My guess:
  1. You have not provided a COMMAREA with your CECI LINK command.
  2. You have provided a COMMAREA but the contents does not fit the linked program expectations.
If you do not have a debugging tool, look for message DFHAP0001 on the system log. You will find the module name and the abend offset.
Then check the program compile listing and look for the command located right before the offset (you will need the LIST compiler option).
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts ABEND 0717 during starting IMS IMS DB/DC 0
No new posts Using Multiple IFTHEN and WHEN condit... SYNCSORT 12
Search our Forums:


Back to Top