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

How to find the Program/Plan related to Table.


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amit.mainframe
Currently Banned

New User


Joined: 13 Mar 2005
Posts: 4
Location: pune

PostPosted: Tue Aug 08, 2006 4:43 pm
Reply with quote

I added a new column in the Table, now I have to find which program need the change. How to find the member related to this Table?
Back to top
View user's profile Send private message
bonniem

New User


Joined: 09 Aug 2005
Posts: 67

PostPosted: Tue Aug 08, 2006 5:10 pm
Reply with quote

Use 3.14 search.
Back to top
View user's profile Send private message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 133
Location: India

PostPosted: Tue Aug 08, 2006 6:00 pm
Reply with quote

Hi ,

You can search the PLAN_TABLE for this purpose.
you can query this to get the plan program and table used by the program.

Hope this helps.
Back to top
View user's profile Send private message
renjith
Warnings : 1

New User


Joined: 07 Aug 2006
Posts: 11

PostPosted: Wed Aug 09, 2006 8:10 am
Reply with quote

Prajesh I am not agreeing with ur comment caz PLAN TABLE is used for tuning purpose and will not show the packages.

u can use

SELECT DNAME FROM SYSIBM.SYSPACKDEP WHERE BQUALIFIER='TABLE QUALIFIER' AND BNAM
E='UR TABLE NAME' AND BTYPE='T'



thanks
renjith
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 Using API Gateway from CICS program CICS 0
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top