Page 1 of 1

IMS Abend U4093

Posted: Wed Nov 27, 2013 7:21 pm
by purushothaman
Hi,

I'm trying to retrieving data from IMSDB to Update data to DB2 table.This environment is Batch.


CODE=4093 REASON CODE=000000F8 Here,I Provided abended job details in sysout. Please, find this below.

BATCH INITIALIZATION COMPLETE IMW2
IMS BATCH REGION ABEND- IMS 4093 IMW2
PSW AT ERROR = 478D1000 895F3B86 IMW2
BATCH BACKOUT NOT REQUIRED FOR SNMSPE4E IMW2
IDI0011S Abend 000FFD occurred during Fault Analyzer analysis
Subsystem IDISLOG RC=4, Rsn=7FFFFFFF Error: updateINDEX fail
Recovery fault recording failed for JOB63609.RFR requires the IDIS subsystem to be functioning correctly.


While searching i got the information as it's related to IMS Evironment. So, i belive that it should be a IMS Abend.Hence, i posted under IMS DB.. :idea:

Could anyone Suggest me how to resolve it. :!:

Re: IMS Abend U4093

Posted: Thu Nov 28, 2013 12:01 am
by Robert Sample
U4093 is frequently a Language Environment (LE) ABEND. A quick Google search on 4093 reason code 248 found
Replace the Language Environment Run-Time Messages (SA22756609)
book for ABEND U4093 reason code X'F8' as follows:

X'F8'(248) Language Environment has detected a mismatch of
runtime modules. Check to ensure that runtime modules
CEEBINIT, CEEPIPI, CEEBPICI, and CEEPLPKA are at the
same release level.

Potential causes:
- Multiple copies of CEEBINIT, U4093 (XFFD) CEEPIPI, and
CEEBPICI are maintained for unique installation default
run-time options or installation default user exits, but
they are not fully recreated when a new release is
installed.

- When STEPLIBing to a release of Language Environment which
is not the same as the z/OS release. If CEEPLPKA is in LPA
but CEEBINIT is not, when a spawn() is done, CEEBINIT may not
be loaded from the STEPLIB since it has already been loaded
for this address space. Either add CEEBINIT to LPA or
set the following environment variable: _BPX_SHAREAS=NO
which says you need to work with your site support group to get your STEPLIB correct (or make the other changes noted).

Re: IMS Abend U4093

Posted: Thu Nov 28, 2013 1:25 am
by Anuj Dhawan
Robert has already given a good hint to get you started. Along with that - please let us know if you've some small value coded on REGION= on EXEC for your program - if yes, try removing that and/or give an enough large value for it and let us know your results.

Regards,