IMS Abend U4093

RDBMS from IBM and IBM's Hierarchical DBMS and Transaction Manager (IMS DC).
Post Reply
purushothaman
New Member
Posts: 2
Joined: Fri Nov 22, 2013 5:50 pm

IMS Abend U4093

Post 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. :!:
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: IMS Abend U4093

Post 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).
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: IMS Abend U4093

Post 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,
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM DB2 and IMS DB/DC”