Hi i have one question In my srvpgm one module ADDM is there
now i want to add new module i.e SUBM , please answer me IN
STEPS how to write bndlanguage and how it was attach to SRVPGM
Answer Posted / radha sammangi
Hi,
For this change your Binding language source like below..
STRPGMEXP PGMLVL(*CURRENT)
EXPORT SYMBOL('ADDM')
EXPORT SYMBOL('SUBM')
ENDPGMEXP
STRPGMEXP PGMLVL(*PRV)
EXPORT SYMBOL('ADDM')
ENDPGMEXP
After this just recreate your service program.No need to compile all your programs which are using this service program.
Thanks
Radha
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is array in as400? What are the types of array?
what is a query can be run in which mode?
what is the difference between normal upddta to pf and updating using dfu program?
define a output queue?
how do you specify page overflow indicator for printer files in rpg?
what is the necessary keyword for non-join logical file?
how can I predict the performance of my cgis?
how many printer files maximum can be used in single rpg program?
how can database records be read without lock ?
when do you use f-spec. Continuation line ?
why is as/400 called object oriented machine?
how will you search an array?
How can we update a specific field in RPG?
Difference between NOPASS & OMIT?
what is the maximum number of fields under a record format of physical file?