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
What is the difference between access path and Dynamic select?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
what is the disadvantage of using global variable?
during input operation which indicator position is seton if there is a record lock?
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 Interactive & Batch Job?
what is the function of cpysplf command?
i have one physical file which is having two logical files. logical a have unique keyword and logical b doesnt have a unique keyword. can i give duplicate values while updating through physical file. if no why?
What Is The Purpose Of The "n" In The Following Calculation Specification?
What is an Array Data Structure?
an access path may be in which sequence?