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

DFHAC2206 in end user terminal & DFHAC2236 in CICS log f


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

New User


Joined: 05 May 2008
Posts: 1
Location: Hong Kong

PostPosted: Tue May 06, 2008 11:31 am
Reply with quote

In EIB fields, we found that EIBFN=X'0602', EIBRCODE=X'080000000000'. Msg DFHAC2206, the CICSA Transaction LBPT failed with abend ????. Updates to local recoverable resources backed out. We probably suspected it's a user abend code. However, since the abcode is only ????, we found no way to diagnose the problem.

For Msg DFHAC2236, CICSA Transaction LBPT abend ???? in program CICABEND term S16A. Updates to local recoverable resources backed out. No abend code could be located too. icon_sad.gif

These pair of messages happened quite frequently day-to-day. icon_exclaim.gif
Back to top
View user's profile Send private message
Raphael Bacay

New User


Joined: 04 May 2007
Posts: 58
Location: Manila, Philippines

PostPosted: Tue May 20, 2008 3:41 pm
Reply with quote

This abend also happens when you run Intertest or Expediter. It could have been caused by a user who forced an 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 May 20, 2008 9:30 pm
Reply with quote

An EIBFN of X'0602' is a CICS 'READ' API and an EIBRCODE of X'08' in the first-byte indicates an 'INVREQ' had been raised.

The file you were accessing at the time can be found in 'EIBDS', the 'EIBRESP' value will probably equal decimal '16'. But, if 'EIBRESP2' is non-zero, then this value might be helpful in drilling down to the actual problem.

These EIBRESP2 values for the 'READ' API, can be found in -

publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dfhp4b00/1.168?ACTION=MATCHES&REQUEST=READ&TYPE=FUZZY&SHELF=dfhasi00&DT=20050223093604&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
HTH....

Regards,

Bill
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 PuTTY - "User is not a surrogate... IBM Tools 5
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