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 

how to identify effected programs

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


Joined: 02 Jun 2006
Posts: 16
Topics: 11

PostPosted: Tue Jun 13, 2006 1:23 pm    Post subject: how to identify effected programs Reply with quote

let us suppose a db2 table has been modifed ( a new coloumn is added or droped) . how can we identify all the programs that will be affected(how can we identfify all the programs that it is using this paticlar modifed table)
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Tue Jun 13, 2006 1:35 pm    Post subject: Reply with quote

venus,

I already mentioned twice about posting feedback and yet you seem to ignore them. You will no longer receive any answers on this board.

Thanks

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


Joined: 02 Jun 2006
Posts: 16
Topics: 11

PostPosted: Tue Jun 13, 2006 1:59 pm    Post subject: Reply with quote

can you explain me what feed back you want
Back to top
View user's profile Send private message
skolliboina
Beginner


Joined: 03 Jul 2006
Posts: 1
Topics: 0

PostPosted: Mon Jul 03, 2006 7:28 am    Post subject: Reply with quote

The below query should help to find out the impacted programs

SELECT A.NAME , A.CREATOR , A.CLUSTERTYPE
FROM SYSIBM.SYSTABLES A
WHERE A.TYPE IN ( 'T' , 'G' ) AND A.NAME = 'TABLE_NAME'
ORDER BY A.NAME ASC , A.CREATOR ASC
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