MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

To check whether a package is in use

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
whizkid79
Beginner


Joined: 29 Sep 2004
Posts: 53
Topics: 14

PostPosted: Wed Sep 29, 2004 6:29 pm    Post subject: To check whether a package is in use Reply with quote

Is there DB2 command to check whether a package/plan is in use by a job/user?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Wed Sep 29, 2004 7:02 pm    Post subject: Reply with quote

Whizkid79,

Once again this is similar to your other question you posted. If you have Omegamon at your shop , you can look at the status of your PLAN/PACKAGE execuetion. However if you want to know all the programs using the plan then following query would give you the desired results.

Code:

SELECT PLNAME
  FROM SYSIBM.SYSDBRM
 WHERE NAME= 'YOUR PROGRAM NAME'
   ;


Hope this helps...

cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
whizkid79
Beginner


Joined: 29 Sep 2004
Posts: 53
Topics: 14

PostPosted: Wed Sep 29, 2004 9:00 pm    Post subject: Reply with quote

Kolusu,

I dont have omegamon. i have DB2I. Is there any option in this that can help me for the same? I thought there might be some DB2 line command for this.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group