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

name few ibm supplied libraries?

2 Answers   IBM,


maximum number of subfiles that can defined in a rpg program for one display file is?

1 Answers   IBM,


Why we are not able to perform insert delete and update operation in Join logical file?

0 Answers   IBM,


What Is Ddm ?

1 Answers  


What is file information data structure(infds) in as400?

0 Answers  






How to reverse the string in rpg

0 Answers  


how can you check for a records existence without causing and i/o (chain/read)?

1 Answers   IBM,


How to inner join more than 2 PFs in a CL program using OPNQRYF command?

1 Answers  


Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?

6 Answers   IBM,


268 How many parameters can be defined in a RPG program. ?

1 Answers  


what are the three line types in rlu ?

1 Answers   IBM,


What is Data Area?

1 Answers  


Categories