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
No Answer is Posted For this Question
Be the First to Post Answer
How can we sort an array?
what do we can do with the embedded sql statements?
Is it possible to join the same file to itself ?
What is the native language of AS/400?
How do you read a subfile record which is in output mode?
What the purpose of the keywords FIFO, LIFO, FCFO?
Is qgpl a user library or system library?
Why would you prefer OPNQRYF than logical file?
Difference Between Interactive & Batch Job?
What is the difference between access path and Dynamic select?
what key word is used when screen is re-display?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?