Answer Posted / nikhil
Binding directory is user to bind 1 or more modules into a
program this is purely a concept of ILE. It basically
creats an envlope (*PGM) over different modules
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is the command used to invoke rlu ?
how can you specify no duplicate key?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
what is the difference between udate and the system date?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
how do handle file exception/error?
how do you read changed records backward in subfile?
How do you check object lock
How to add 99 menu (page down) option in menu creation..
what are the different types of arrays available in rpg ?
what is a keyed physical file?
Difference Between Skip Before & Space Before?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is the difference between non-join logical files and join logical files?
is there any way to dynamically merge other html scripts into a given html?