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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top