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

DB2 WLM - Hanging threads


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dineshchaudhry

New User


Joined: 26 Mar 2009
Posts: 9
Location: India

PostPosted: Thu Mar 26, 2009 1:43 pm
Reply with quote

Hi,

I am pretty new to DB2 WLM and Stored procedures. We have defined new WLM and few DB2 stored procedures (using Cobol) on z/OS. The stored procedures are called using Java client. We are facing some problems in bouncing (bring-down and bring-up) of WLM. Sometimes even after the call to stored procedure is complete, DB2 threads are still active. This hinders new bind to stored procedures and also bring down of WLM. How can this issue be addressed ? Can there any timeout parameter defined at SP level ?

Dinesh.
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Apr 30, 2009 2:37 am
Reply with quote

The timeout parameter can be defined at the ROUTINE level using "ASUTIME LIMIT <time in mill sec>"

Code:

.
.
COLLID              TGTT8
WLM ENVIRONMENT     DB2TSP2
ASUTIME LIMIT       500000
STAY RESIDENT NO
.
.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Error with opening new threads General Talk & Fun Stuff 0
No new posts How to Display the Active Threads aga... DB2 3
No new posts 3 threads of ProgA simultaneously XCT... CICS 1
No new posts How can we get the number of running ... CICS 4
No new posts DB2 Threads DB2 4
Search our Forums:

Back to Top