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

Can you just bind a package and run your program (Fidelity)


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mfguruintraining

New User


Joined: 26 Sep 2006
Posts: 8

PostPosted: Sat Sep 30, 2006 7:41 pm
Reply with quote

This question asked in fidelity:

can you just bind a package and run your program ?

After the interview i saw an ibm manual which says :

"Regardless of what the plan contains, you must bind a plan before the application can run"

Can anyone clarify this ?

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

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Tue Oct 03, 2006 1:07 am
Reply with quote

you must bind plan after binding the package. bind plan will bind all packages in to a single plan.
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Tue Oct 03, 2006 10:58 am
Reply with quote

Hi

I hav some doubt.

If we have Plan A which is binded and it contains many packages
one of the packages in it is 'B'.

If we make few changes in 'B' and then Bind the Package 'B'.

Then I guess we can directly execute the Program n we don't need to bind the Plan again.
Back to top
View user's profile Send private message
cooolguy

New User


Joined: 05 Sep 2006
Posts: 9

PostPosted: Tue Oct 03, 2006 9:33 pm
Reply with quote

yes what hikaps14 says is correct!

You need to create a plan only once after that if you do a package bind that is sufficient. This is one of the advantage of using package.
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Thu Oct 05, 2006 12:13 am
Reply with quote

package is updated (bind package) and no bind plan.

when you run the program first time, the system will bind the plan with the updated package. so you may find a delay in execution first time.

-----------

The advantage of package is
when there is any index update in one of the tables and that table is used in multiple programs. you need to rebind only the plan. no need of rebinding all packages.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top