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

CICS abend AD2R


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

New User


Joined: 15 Feb 2006
Posts: 32

PostPosted: Thu Oct 02, 2008 3:15 am
Reply with quote

Hi,
I am running a process on Mainframe in which a message in queue on Mainframe starts online transaction with a program associated with it. Program reads the mainframe queue message and process them. It reads message till it could find no more message and terminates. Subsequent arrival of message trigger another instance of transaction and processing repeats.
Program has couple of SQL select queries.

During bulk processing, thousands of messages are send. While most of messages process successfully, in some of the messages whole transaction abends with following message:

‘DFHAC2236 09/30/2008 09:40:53 CICSCB Transaction DC16 abend AD2R in program DFH D2EX1 term ????. Updates to local recoverable resources will be backed out.’

There are no corresponding message in db2 log.

If anyone is aware of cause of this error, then please let me know.

Thanks.
TG
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Oct 02, 2008 3:26 am
Reply with quote

did You google for "cics abend ad2r"
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Oct 02, 2008 5:04 am
Reply with quote

a simple google search could give you an answer OR
ask your CICS systems programmer to help ..


listserv.uga.edu/cgi-bin/wa?A2=ind0502&L=cics-l&D=0&P=29168
Back to top
View user's profile Send private message
tusharguptait

New User


Joined: 15 Feb 2006
Posts: 32

PostPosted: Sat Oct 04, 2008 1:38 am
Reply with quote

Hi,
I did googled for the error but found only the definition of error which is present in IBM quickref.

The link given also doesn't provide much information about error (For eg. what practical onditions in which error occur) but just lists the definition given in quick ref.

Thanks.
TG
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Sat Oct 04, 2008 1:53 am
Reply with quote

I think the manual is pretty clear on what to do about the AD2R:
Quote:
| User Response: Examine the trace in the CICS transaction dump to
| determine why the CICS-DB2 thread TCB abended.
So basically you need to do some looking at the trace to figure out the error -- there is no available data about which 'practical conditions in which error occur' since it depends upon the MVS abend.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sat Oct 04, 2008 2:04 am
Reply with quote

Quote:
So basically you need to do some looking at the trace to figure out the error -- there is no available data about which 'practical conditions in which error occur' since it depends upon the MVS abend


Robert,

I agree, time to call that CICS Systems Programmer.
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 9
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