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 |
Difference Between Ca & Cf?
How many primary files allowed in a program?
1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file
is it possible to create a physical file without dds?
what are the three line types in rlu ?
What is the use of Data Queues?
What is dynslt?
What is the maximum number of subfiles that can be specified in a display file?
What is the purpose of the following C/COPY QRPGSRC, ORDERR
how can I predict the performance of my cgis?
Hi i have one question In my srvpgm one module ADDM is there now i want to add new module i.e SUBM , please answer me IN STEPS how to write bndlanguage and how it was attach to SRVPGM
how many types of display are available on as/400 for user interaction?