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 |
What is the difference between production library and test library ?
How can a data area be locked after being updated?
Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be defined in new CLLE program?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what is the maximum number of parameters allowed in clp?
What is primary file? How many primary file can be declared in a RPG program?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
How to create a user defined (general) data area?
How to add 99 menu (page down) option in menu creation..
what does check opcode is used?
What is logical file in as400? What are the types of logical file?
how can a message from a message file appear as a constant on the screen?