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

Regading DBRM and Plan name.


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

New User


Joined: 08 Jun 2005
Posts: 27

PostPosted: Wed Feb 08, 2006 3:53 pm
Reply with quote

Hi,
I just want to know the answer for the follwing query.

In Cobol+Db2 compiler Jcl if we give the DBRM member name and its library(dataset), no need to give the path for the plan to get stored.

i.e Is the Plan getting stored in the DBRM member Place after the binding process?

If so the DBRM is overidden with the Plan .

Please Clarify the above .

Thanks,
Sona.
Back to top
View user's profile Send private message
ragshere

New User


Joined: 20 Dec 2004
Posts: 70

PostPosted: Wed Feb 08, 2006 4:14 pm
Reply with quote

Hi Sona,
Plan and DBRM are diffrent objects. DBRM will not override the plan.

DBRM will be saved in the dataset you mentioned.Plan will be saved in the system catalog after bind. Plan will not have a physical structure.

Plan is just a pointer to the DBRM from DB2 's perspective.


Please let me know if you have still doubt.

Thanks
Rags
Back to top
View user's profile Send private message
prabs2006

Active User


Joined: 12 Jan 2006
Posts: 103

PostPosted: Wed Feb 08, 2006 4:17 pm
Reply with quote

Hi

Bind is something which creates an access path. The Bind result statistics will be stored in the plan table and not as member in any PDS as like DBRM.

Thanks & Regards
Prabs
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 current batch plan DB2 3
No new posts Log an Plan name/id or Job Id using D... DB2 1
No new posts Usage/Utiliy of Plan in DB2 DB2 4
No new posts How do I define a DB2 plan for a web ... CICS 5
No new posts Finding the plan when code compiled u... DB2 2
Search our Forums:

Back to Top