If the problem is recreatable and you can recompile and rerun, then I agree that using SSRANGE is probably your EASIEST solution (if it is a storage overlay problem). As the manual talks about savearea chains, the other thing that I would suggest looking at is the compiler options versus the linkage-editor (binder) options. Sometimes programmers compile creating AMODE(24) programs and then override with binder AMODE(31) attributes. This can certainly cause problems.
Do you have Abend-Aid, DumpMaster or other aids (or use CeeDump)? As much as many systems programmers don't like those, they often DO provide easy solutions to such problems. "Paul D'Angelo" <Paul.D'[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > SSRANGE would be a good place to start also get an Assembler Listing of > the Program in question > so you can pinpoint the instruction and registers for the offending > transaction. > > If this is a CICS transaction also take a look at CEEMSGS and CEEOUT > > > > > "McKown, John" <[EMAIL PROTECTED]> > Sent by: IBM Mainframe Discussion List <[email protected]> > 02/01/2008 11:18 AM > Please respond to > IBM Mainframe Discussion List <[email protected]> > > > To > [email protected] > cc > > Subject > COBOL abend U4083-3 > > > > > > > I know this is likely an application problem. But the programmers are > likely going to request help in debugging this error. The manual states > that it is most likely a memory overlay problem. But I have no idea how > I, with no application knowledge, can determine which COBOL statement in > their program is causing the overlay. Is there anything that I can > suggest other than using SSRANGE? > > ref: > http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ceea9170/8.0 > > -- > John McKown > Senior Systems Programmer > HealthMarkets > Keeping the Promise of Affordable Coverage > Administrative Services Group > Information Technology ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

