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
why is the declare cursor statement is used for?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
what do we can do with the embedded sql statements?
How to Define a Procedure in RPG?
how do you specify page overflow indicator for printer files in rpg?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
which are the figurative constants used in rpg?
what are the three types of keywords associated with printer file ?
what is match field indicator?
What is the as400 called now?
what is join logical file?
what does defn do?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what are the different types of arrays available in rpg ?
What is array in as400? What are the types of array?