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 |
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
what is primarykey?what is difference between primary key and forign key?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
What is the use of SDA ?
What are the different ways to input data into data area?
What is the use of jdftval in as400?
What is RETURN CURSER LOCATION in subfile?
what does vldcmdkey means?
What is Job description?
what is the use of sflend keyword?
Can we add or remove the module object from service Program..and how...?
What is the purpose of "A CSRLOC (F1ROW F1COL)"?