Page 1 of 1

Abend 4038 in CICS program

PostPosted: Mon Feb 20, 2012 2:19 pm
by zhanjiajie
when i ran a program i get this :
DFHAC2206 16:30:04 CICST Transaction IHH2 failed with abend 4038. Updates to
local recoverable resources backed out.

how should I get the error imformation more specific

THX

Re: abend 4038 in a COBOL-DB2-CICS program

PostPosted: Mon Feb 27, 2012 5:41 pm
by Earl
4038 normally indicates your Cobol program has referenced an index outside the range of the occurs within a working storage table.

Re: abend 4038 in a COBOL-DB2-CICS program

PostPosted: Mon Feb 27, 2012 6:03 pm
by Robert Sample
When I see a 4038, I think of LE error codes -- which are in the 4000+ range. There should be some information in the CICS message log about the error, and that would be the first place to look.