why we use binding directory and service pgm
Answers were Sorted based on User's Feedback
Answer / nikhil
Binding directory is user to bind 1 or more modules into a
program this is purely a concept of ILE. It basically
creats an envlope (*PGM) over different modules
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / pravin
through srvpgm we can use/add modules,srvpgm and bnddir to
a program
through bnddir u can use/add modules and srvpgm to pgm
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / abhay
Binding Directory is use when we physically want to copy
source into PGM at the time of creation.
However if don't, then we use Service Program.
At the time of Invoking the Progrma which is using SRVPGM,
it take signature of that service progrma and use it's
module accordingly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vaiv20
When U want to use a procedure defined in another module or
service pgm in your pgm. This can be used only in ILE pgms
but not in OPM pgms as per my knowledge
| Is This Answer Correct ? | 2 Yes | 5 No |
how do you use exceptional write in c specs?
how can I control the way a remote browser uses its cache?
how do you use commitment control in rpg program ?
what is a composite key?
What does SDA stands for ?
what is the difference between normal upddta to pf and updating using dfu program?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
define the purpose of the %sst function?
what is the maximum number of parameters allowed in rpg?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?