DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN
SERVICE PGM...when using binding directory service pgm is
necessary?
Answers were Sorted based on User's Feedback
Answer / syam
Binder Language : Set of commands (STRPGMEXP, EXPORT, and
ENDPGMEXP) to define the signature for a service program.
These commands (source type BND) are not executable.
Binding Directory : An object that contains a list of names
of modules and service programs that the binder may need
when creating an ILE program or service program. A binding
directory is not a repository of the modules and service
programs; instead, it allows the binder to refer to them by
name and type.
Binding : The process of creating a callable program by
packaging ILE modules and resolving symbols passed between
those modules.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?
Dear All, I have one confusion related to my platform. I am working with Wipro from last two year however still I am looking for AS400 platform kindly show me the way out of it. And please share with me the hardware knowledge that how I grow myself in hardware (AS/400) also.
Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?
what does opcode post do ?
can error messages as a result of a comp, range or values keyword be overridden?
What is the function of SEU ?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
what is message file?
how can you detect and handle a record lock situation?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
which of the following operations does not zero the field flda defined as 4,0?
what does the opcode free do?