Binder Language
95 pts.
0
Q:
Binder Language
What Binder language meant for?
I think to export Procedures outside the service program... Is it correct?
I got a doubt that, If ina module, a procedure is defined as EXPORT then any way we can access it from any other module. In that case what the need of Binder lang?

Software/Hardware used:
Iseries
ASKED: Nov 2 2009  2:32 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
7610 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Check out these articles.

http://search400.techtarget.com/tip/1,289483,sid3_gci1141217,00.html

http://search400.techtarget.com/tip/1,289483,sid3_gci1146796,00.html

http://search400.techtarget.com/tip/0,289483,sid3_gci1150118,00.html#

As well as a plethora of other hits at:

http://www.google.com/search?hl=en&ei=skzvSp_vNoTclAfN5pEr&sa=X&oi=spell&resnum=0&ct=result&cd=1&ved=0CBAQBSgA&q=binder+language&spell=1

=====================================================

A primary purpose of binder language is to allow multiple generations of a service program to remain linked to programs. It provides a kind of 'level check' to the programs that use its procedures.

As new procedures are added to a service program, binder language lets you add additional signatures. As long as previous signatures are maintained and the interfaces for the procedures associated with those signatures are kept stable, any program that was previously bound to the service program can trust that everything will continue working as always.

If you add three new procedures, you would add a new list of procedures to the binder language and specify one new signature. If the previous signatures are kept in the binder language, all of the old programs can keep running without having to be recreated. The existing binding will continue to work.

Without using binder language, every time you recreated a service program to add a new procedure, every program that used the service program would need to be recreated.

Tom
Last Answered: Nov 3 2009  8:56 AM GMT by TomLiotta   7610 pts.
Latest Contributors: Teandy   3165 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

WoodEngineer   2240 pts.  |   Nov 3 2009  6:56PM GMT

I highly recommend an article on the subject by Scott Klement. Lots of good info that gets right to the point. [ULIST <a href="http://systeminetwork.com/print/64029" title="http://systeminetwork.com/print/64029" target="_blank">http://systeminetwork.com/print/64029</a>

 
0