Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LE abend U4082-002

756 views
Skip to first unread message

McKown, John

unread,
Feb 9, 2010, 3:56:07 PM2/9/10
to
I think this abend is due to an abend during abend recovery. We had a very weird problem last night which resulted in this happening multiple times. The programmer got the job running by restoring a VSAM KSDS to a test dataset name (the data was from the actual production file) and pointing the step at that DSN. I have absolutely no idea why the program would abend with this code and then run successfully with what should have been identical data in a test DSN. Yes, the job did have access to the production DSN. The job had run OK on Saturday, but abended this morning. I got no dumps or anything to determine what went on. The programmer is convinced that the problem is not the program or the data, but with the DASD subsystem or OS software, somehow. I don't see that as likely, but cannot explain the abend.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to list...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Charles Mills

unread,
Feb 9, 2010, 4:28:22 PM2/9/10
to
I think you need to figure out what the underlying ABEND is. It might be
something that is environmental and hence comes and goes.

I think I once had one of these and it was due to stack exhaustion. LE
didn't have enough stack to report the stack problem. There is an operand
that lets you reserve some stack just for error handling. Not saying that is
your specific problem or solution, but (a.) you get the idea and (b.) it
might be worth a try.

It might be PARM='STORAGE(,,,32000)/...'

U4082 (X'FF2') Explanation: A second malfunction occurred while handling a
condition. Reason codes: X'01' (1) A second malfunction occurred while
trying to initialize a second math save area. X'02' (2) A condition was
raised before the point where a second condition could be recorded. X'03'
(3) A condition was raised while Language Environment was processing a
current condition under CICS.Programmer response: This condition can be
fixed by correcting the initial condition.

Charles

Tony Lubrano

unread,
Feb 9, 2010, 5:38:29 PM2/9/10
to
John,

I assume when you say you didn't get any dumps or anything, you mean SVC, SYSABEND, SYSUDUMP and SYSMDUMP. How about LOGREC data?

If the problem is recurring, although not persistent, is it possible to set a SLIP for the U4082?

Tony Lubrano
Product Author
NEON Enterprise Software, LLC.
p: 281 207 4922 f: 281 207 4973
tony.l...@neon.com

What is zPrime? Find out at www.zprime.com or just ask us!

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-...@bama.ua.edu] On Behalf Of McKown, John
Sent: Tuesday, February 09, 2010 2:55 PM
To: IBM-...@bama.ua.edu
Subject: LE abend U4082-002

McKown, John

unread,
Feb 10, 2010, 9:31:18 AM2/10/10
to
I set the SLIP. But the job which abended 4 times in a row yesterday, ran OK this morning. <sign>

--


John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM

Elardus Engelbrecht

unread,
Feb 10, 2010, 10:16:17 AM2/10/10
to
>McKown, John wrote:

>I set the SLIP. But the job which abended 4 times in a row yesterday, ran OK
this morning. <sign>

Could you locate the records processed with the abending job and the one
running fine? Failing all test, there could REALLY be a difference in the VSAM
dataset(s)?

Could you compare the 'failing' and working VSAM dataset's attributes?

Another possibility is: Check that the program(s) are using the same set
services and program libraries.

I do not believe your programmer stating 'nothing changed' or giving his story
to you.

HTH.

Groete / Greetings
Elardus Engelbrecht

McKown, John

unread,
Feb 10, 2010, 10:38:14 AM2/10/10
to
I got absolutely NO diagnostic information. I'm totally frustrated and ready to "go postal".

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM

> -----Original Message-----
> From: IBM Mainframe Discussion List
> [mailto:IBM-...@bama.ua.edu] On Behalf Of Elardus Engelbrecht
> Sent: Wednesday, February 10, 2010 9:16 AM
> To: IBM-...@bama.ua.edu
> Subject: Re: LE abend U4082-002
>

Hunkeler Peter , KIUP 4

unread,
Feb 10, 2010, 10:41:55 AM2/10/10
to
>I got absolutely NO diagnostic information. I'm totally
>frustrated and ready to "go postal".

No hint in LOGREC?

-
Peter Hunkeler
Credit Suisse

Ed Finnell

unread,
Feb 10, 2010, 11:16:11 AM2/10/10
to

In a message dated 2/10/2010 9:41:34 A.M. Central Standard Time,
peter.h...@CREDIT-SUISSE.COM writes:

No hint in LOGREC?
>>
Only seen these a couple of times. If it's not data, not
hardware(apparent) or reported and nothing has changed? Could be a timing problem. Get HELP!

McKown, John

unread,
Feb 10, 2010, 12:29:55 PM2/10/10
to
Not that I could see. I am planning on reverting a product which was installed on Sunday to the previous version. The job which finally ran did not use it (although the programmer was unaware of it). The same product caused a CICS problem today. Naming no names. I have a support ticket with the vendor. I may have done something wrong in the install. Unfortunately, my sandbox is not really a good test environment. And, in this case, I was forced by my management to install the new version on all z/OS images on the same weekend. We no longer seem to have very many free weekends due to user demand.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM

> -----Original Message-----
> From: IBM Mainframe Discussion List
> [mailto:IBM-...@bama.ua.edu] On Behalf Of Hunkeler Peter (KIUP 4)
> Sent: Wednesday, February 10, 2010 9:41 AM
> To: IBM-...@bama.ua.edu
> Subject: Re: LE abend U4082-002
>

Fred Hoffman

unread,
Feb 10, 2010, 1:46:38 PM2/10/10
to
Hey John,

I ran across this trying to use PL/I programs compiled under z/os 1.5 and run under z/os 1.9 or 1.10. I had to re-compile
the programs under the 1.9 system to get them to run. I thought it was strange to say the least.

Fred Hoffman
Tarrant Appraisal District.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-...@bama.ua.edu]On
Behalf Of McKown, John
Sent: Wednesday, February 10, 2010 11:26 AM
To: IBM-...@bama.ua.edu
Subject: Re: LE abend U4082-002

<Not that I could see. I am planning on reverting a product which was installed on Sunday to the previous version. The job which finally ran did not use it (although the programmer was unaware of it). The same product caused a CICS problem today. Naming no names. I have a support ticket with the vendor. I may have done something wrong in the install. Unfortunately, my sandbox is not really a good test environment. And, in this case, I was forced by my management to install the new version on all z/OS images on the same weekend. We no longer seem to have very many free weekends due to user demand.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM

----------------------------------------------------------------------

McKown, John

unread,
Feb 10, 2010, 2:09:08 PM2/10/10
to
Well, these are definately very old programs. The COBOL ASSIGNs are of the form:

ASSIGN FD-NAME TO SYS010-UT-3380-DDNAME

and

ASSIGN FD-TAPE TO SYS011-UT-2400-TAPEDD

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john....@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM

Chase, John

unread,
Feb 10, 2010, 3:03:32 PM2/10/10
to
> -----Original Message-----
> From: IBM Mainframe Discussion List [On Behalf Of McKown, John
>
> I set the SLIP. But the job which abended 4 times in a row yesterday,
ran OK this morning. <sign>

Did you really expect the job to misbehave while you're "watching" it?
:-)

About four years and two releases ago, we had a CICS region abend S02A.
Since no dump was produced, we set a SLIP to capture a dump next time it
occurred. To date, that SLIP has never tripped (we still have it coded
in IEASLPxx).

-jc-

0 new messages