IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

USER COMPLETION CODE=4088 REASON CODE=000003EC in PL/I appl


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kaushik8205

New User


Joined: 10 Nov 2006
Posts: 49
Location: Canada

PostPosted: Tue Sep 16, 2008 1:51 pm
Reply with quote

Hi,

I have a job which utilises PLI/I and IMS.
The job is abending in production with U4088 and Reason Code=00003EC.

But when the same job is run against the test database, it executes fine.

Both job use the same loadlib.

Some additional information:
1. Both job execute in different environments.
2. Production job executes on environment which is on Z/OS 1.4
3. Test job executes on environment which is on Z/OS 1.7

What could be possible cause and resolution for this abend.

Thanks,
kaushik
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Wed Sep 17, 2008 1:35 pm
Reply with quote

Check the THREADSTACK option . If it is ON set to OFF and increase the region size (we had to increase from 6m to 60m).
Back to top
View user's profile Send private message
kaushik8205

New User


Joined: 10 Nov 2006
Posts: 49
Location: Canada

PostPosted: Wed Sep 17, 2008 4:51 pm
Reply with quote

Hi,

Is THREADSTACK a compiler option or a run time option. I did not find it in programs.
I gave THREADSTACK(OFF) in PLIXOPT of the main program and also changed the region to 60M.
Both did not work for me.

Please advice.

Thanks,
Kaushik
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Wed Sep 17, 2008 6:21 pm
Reply with quote

Threadstack is an LE/370 runtime option . Abend U4088-3EC is a storage problem within LE
Back to top
View user's profile Send private message
Joe_Song
Currently Banned

New User


Joined: 22 Jan 2008
Posts: 53
Location: china

PostPosted: Mon Jun 01, 2009 9:45 am
Reply with quote

anyone can explain detail?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Jun 01, 2009 10:32 am
Reply with quote

Hello,

What are you asking? Is this posted because of the ims abend you have posted?

You have replied to a topic that has been inactive for more than a year and a half. . .
Back to top
View user's profile Send private message
Joe_Song
Currently Banned

New User


Joined: 22 Jan 2008
Posts: 53
Location: china

PostPosted: Mon Jun 01, 2009 11:20 am
Reply with quote

yes, i want to ask what's Threadstack is an LE/370 runtime option ?

what's the LE/370?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jun 01, 2009 4:54 pm
Reply with quote

Language Environment is a run-time environment IBM provides across High Level Languages to standardize message handling, memory management, error processing, and common functions (such as mathematical and date / time).

Look up the LE manuals on IBM's web site and you can find a lot of information -- including data about THREADSTACK, one of the LE run-time options.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top