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

PKLIST entry in BIND PLAN command


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

New User


Joined: 27 Jan 2010
Posts: 37
Location: chennai

PostPosted: Sun Feb 14, 2010 10:01 pm
Reply with quote

hi can any one tell me how to see the PKLIST parameters for the particular plan (how the packages bounded in to the plan)?
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Mon Feb 15, 2010 12:02 pm
Reply with quote

Hi Ragav,

You can start with this query
Code:
SELECT  DISTINCT A.NAME , A.CREATOR , B.LOCATION ,
B.COLLID , B.TIMESTAMP
FROM SYSIBM.SYSPLAN A , SYSIBM.SYSPACKLIST B
  WHERE A.NAME = B.PLANNAME AND A.NAME = 'WARPAMS '
AND A.CREATOR = 'PROD'
  ORDER BY A.NAME

For more information, DB2 V9 SQL REFERENCE - Appendix Additional information for DB2 SQL - DB2 Catalog Tables.

Thanks,
Sushanth
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Mon Feb 15, 2010 12:13 pm
Reply with quote

Ragav,

Can i know why ?
This information is required.

Sushanth
Back to top
View user's profile Send private message
Ragav86

New User


Joined: 27 Jan 2010
Posts: 37
Location: chennai

PostPosted: Thu Feb 18, 2010 10:06 pm
Reply with quote

hi sushanth,
thank for your replay

just i want to know how the packages bounded with plan....
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top