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 |
explain the difference between defining subfile and message-subfile?
What is the purpose of CHGPF (Change physical file) command?
i want to display the 10000 record in a subfile by using loadall , can we do it?
what if my system I runs with system value qccsid 65535?
how to toggle between single line and multi - line display of a particular record in a subfile?
is there any way to dynamically merge other html scripts into a given html?
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
What are the functions of Remote Job Entry (RJE) ?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
Describe the function of SETGT operation in RPG language?
Can we add or remove the module object from service Program..and how...?
What are the valid data types in Data Queue?