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

under given circumstances, my cgi should link to another site. How to implement this?

0 Answers   IBM,


1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file

3 Answers   ANZ,


what are the basic features of seu?

0 Answers   IBM,


Please give me the code for A=A+1 in cl program?

2 Answers  


what is sessional error or divice error in rpg IV?..when will it happens...Give few examples?

3 Answers   CTS,






why do we use readc? What is sflnxtchg?

0 Answers   IBM,


What does the keyword UNIQUE mean ?

1 Answers  


I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.

2 Answers  


give three main purposes of file specification ?

1 Answers   IBM,


Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?

3 Answers   CTS,


what does defn do?

0 Answers   IBM,


how to create physical file

1 Answers  


Categories