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



DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding direct..

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

DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding direct..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

In 'o' Specs What Is The Opcode For Write?

0 Answers   IBM,


the maximum number of subfiles that can be active for a single file is ____ .

1 Answers   IBM,


How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100

3 Answers  


is it possible to create a join logical file using two join logical files ? give exact reason for your answer

4 Answers   Ocwen,


How Many Specs Are There In Rpg & Which Are They?

0 Answers   IBM,






When will you use OPEN and CLOSE opcodes in RPG program?

1 Answers  


Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?

6 Answers   CTS,


what is the purpose of putovr (put with explicit override) keyword?

1 Answers   IBM,


how can I automatically refresh a web page?

0 Answers   IBM,


what is the necessary keyword for non-join logical file?

1 Answers   IBM,


Difference Between Interactive & Batch Job?

0 Answers   IBM,


Explain The Keywords Edtcde & Edtwrd?

0 Answers   IBM,


Categories