View previous topic :: View next topic |
Author |
Message |
ranga_subham Intermediate
Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Fri Dec 05, 2008 12:06 pm Post subject: Package or Plan Bind ? |
|
|
Hi,
We have a IMS/DB2 program that makes STATIC call to a DB2 sub-program (PROG00S1). I have actually made changes to main program (PROG0001) and added it to Endevor Test region. I need to complete testing of it in TEST region. So, want to know how to proceed on BIND for this situation.
Please explain whether both main and sub-programs should be done PACKAGE and PLAN BIND ? Or, Package BIND for both and Plan BIND for main module alone?
Thanks. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
|
jsharon1248 Intermediate
Joined: 08 Aug 2007 Posts: 291 Topics: 2 Location: Chicago
|
Posted: Fri Dec 05, 2008 2:23 pm Post subject: |
|
|
The answer depends on how you BIND at your shop. The recommended approach is to BIND each DBRM into its own PACKAGE, and then list the PACKAGEs in the BIND PLAN. You only need to BIND the PLAN once unless you need to modify the PACKAGE list. The outdated approach would be to BIND all the DBRM's directly into a PLAN. With this approach, you need to BIND the PLAN when any one of DBRMs change. I suspect you're using PACKAGEs, so, you only need to BIND the PACKAGEs for the modified programs. |
|
Back to top |
|
|
ranga_subham Intermediate
Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Tue Dec 09, 2008 6:43 am Post subject: |
|
|
Thanks jsharon1248. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
|
|
|