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

Plan bind with multiple members


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

New User


Joined: 03 Jul 2006
Posts: 51
Location: Chennai

PostPosted: Thu Sep 21, 2006 2:12 pm
Reply with quote

If i am binding the plan with multiple cobol members, whic timestamp does the plan will take form dbrm...

for all the programs there will be seperate dbrms with seperate tim,e stamps.. on binding it to one plan, what does the plan wil take?

On runnuing th emainprogram with the plan, how does the matching wil take place in this scenario?
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Fri Sep 22, 2006 1:05 am
Reply with quote

you will be having multiple packages. one package to a program. when you bind plan it will bind all packages and it will keep timestamp of all packages. it will check against a perticular program timestamp with perticular package timestamp.
Back to top
View user's profile Send private message
Muthukumar.PLindia

New User


Joined: 03 Jul 2006
Posts: 51
Location: Chennai

PostPosted: Fri Sep 22, 2006 6:26 pm
Reply with quote

yes.. i understood..
but the members alone is binde in a plan not i PKList...

on binding multiple members from the seperate DBRMs to a plan which membrs time stamp does the plan will take
Back to top
View user's profile Send private message
Muthukumar.PLindia

New User


Joined: 03 Jul 2006
Posts: 51
Location: Chennai

PostPosted: Mon Oct 30, 2006 2:59 pm
Reply with quote

Muthukumar.PLindia wrote:

on binding multiple members from the seperate DBRMs to a plan which membrs time stamp does the plan will take


can anybody help me in this query..
Back to top
View user's profile Send private message
surya_pathaus

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Tue Oct 31, 2006 6:45 pm
Reply with quote

Hi,


[/quote]
on binding multiple members from the seperate DBRMs to a plan which membrs time stamp does the plan will take
Quote:


Plan bind will override the previous bind. Current Program timestamp will be taken by plan.

For example
P1, P2,P3 are binded with the same plan in a sequence. Now P3 Timestamp will be taken by plan.

Back to top
View user's profile Send private message
Muthukumar.PLindia

New User


Joined: 03 Jul 2006
Posts: 51
Location: Chennai

PostPosted: Tue Oct 31, 2006 9:18 pm
Reply with quote

thanks..

NOw if p1 is the parent of p2 and p2 is the parent of P3
p1->p2->p3

now p3s timestamp will be overidden in the plan

while running the program
run(p1) plan(plname)

if p1 has an sql statement before calling p2, it will look into the plan. But the timestamp for the plan is different from p1 loadlib's timestamp.. then how does it executes the code ...
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Grouping by multiple headers DFSORT/ICETOOL 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top