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

Query on system tables to retrieve views with table as input


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

Active User


Joined: 25 Jun 2007
Posts: 196
Location: Bangalore

PostPosted: Wed Mar 28, 2012 8:40 pm
Reply with quote

I have table as input. I would like to have query on system tables which output list of views defined using the table passed as input. In the output, I would like to have the views in output which defined from view (which defined from table) too.

for example, Let say tables t1,t2,t3,t4

View v1 is defined as follows.
select * from t1,t2 where ...

View v2 is defined as follows
select * from v1,t3 where ...

View v3 is defined as follows
select * from v2,t4 where ...

Note: For all views v1,v2,v3 one of the underlying table is t1

Input:
T1

Output:
V1
V2
V3
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu Mar 29, 2012 11:14 am
Reply with quote

I am not sure if you are going to use it within the program but if you have tools like IBM ADMIN TOOL,BMC or PLATINUM you can the views associated to a table
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Thu Mar 29, 2012 1:02 pm
Reply with quote

Checkout table SYSIBM.SYSVIEWDEP
Back to top
View user's profile Send private message
shankar.v

Active User


Joined: 25 Jun 2007
Posts: 196
Location: Bangalore

PostPosted: Fri Mar 30, 2012 2:57 pm
Reply with quote

Thank you GuyC. I would able to get the solution for my question using system table SYSIBM.SYSVIEWDEP.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts DB2 Query to get the count of Unique ... DB2 2
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts Question regarding ISPF tables with T... TSO/ISPF 11
No new posts To join 2 tables and to join 3rd tabl... DB2 8
No new posts Setting RC using NULLOFL/NOTMTOFL for... SYNCSORT 6
Search our Forums:


Back to Top