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 use of jdftval in as400?
How to genarate the reports?
what does exfmt does?
how many printer files can be defined in f specs ?
which cl command can be used at program execution to redirect the file named in an rpg program?
What process the command SBMRJEJOB does?
In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
What is data structure in as400? What is the use of data structure?
What is Group Job?
What is the difference between non-join logical files and join logical files?
define the purpose of the *bcat function?
which are the figurative constants used in rpg?