DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN
SERVICE PGM...when using binding directory service pgm is
necessary?
Answer Posted / sumit gupta
Binding Language concept is involved in Service program.
This is used when we export procedures and attach when we
create service program or when update service program.
Binding language contains certain keywords like STRPGMEXP,
ENDPGMEXP, EXPORT
STRPGMEXP is used when signature is hardcoded or *current
or *previous is specified on PGMLVL.
ENDPGMEXP is used to end the STRPGMEXP
EXPORT is used to export the symbolic name of module
(procedure)
Binding directory is used to to attach many modules and
service program.
It depends whether service program is neccessary or not, if
your binding directory contains all the procedures which
are also present in service program then no need to using
service program.
Cheers
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what does the ovrdbf command do?
how can a cgi check whether an ifs object is available?
what is service program?
what are necessary keywords to code message subfile?
what is a query can be run in which mode?
What Is The Purpose Of The "n" In The Following Calculation Specification?
how will you display a particular page in subfile ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What is array in as400? What are the types of array?
when should I use method get, and when should I use method post in my cgis?
define the purpose of the *cat function?
how can we run a batch job?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
how do you read data area in an rpg program?
How can we arrange duplicate records in a file?