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.
These pair of messages happened quite frequently day-to-day.
Joined: 14 Jan 2008 Posts: 343 Location: Orlando, FL, USA
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 -