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

CICS Abend ASP3


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

New User


Joined: 18 Jun 2005
Posts: 9

PostPosted: Wed Jul 27, 2005 11:07 am
Reply with quote

while retrieving data from a db2 table in cics map i got Abend ASP3

what should i do to correct it
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Wed Jul 27, 2005 1:35 pm
Reply with quote

As per my manual:

ASP3 An application has requested syncpoint, either via EXEC
CICS SYNCPOINT or implicitly via EXEC CICS RETURN. The coordinator of the syncpoint is not this CICS system but is remote. During the
syncpoint protocol the remote coordinator has decided that the unit of
work cannot be committed and must be backed out.

This error can occur with external resource managers connected to CICS via the resource manager interface (RMI) as well as CICS systems connected via LU 6.2, and MRO. If an external resource manager such as DB2 is the only recoverable resource updated in the transaction, the recovery manager (RM) domain can optimize the syncpoint protocol. In
this instance, the external resource manager becomes the syncpoint
coordinator. In this instance if the external resource manager returns
with a backed out response, an ASP3 abend results.

System Action: The transaction is abnormally terminated and recoverable resources updated by the unit of work are backed out. The EXEC CICS HANDLE ABEND command cannot handle this abend.

User Response: Refer to the remote coordinator system to determine why the unit of work was backed out.
Back to top
View user's profile Send private message
pancham

New User


Joined: 18 Jun 2005
Posts: 9

PostPosted: Wed Jul 27, 2005 3:18 pm
Reply with quote

Thanks 4 ur info
icon_lol.gif
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 Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top