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


Please Help Members By Posting Answers For Below Questions

What is array in as400? What are the types of array?

711


what is a query can be run in which mode?

954


what is the difference between normal upddta to pf and updating using dfu program?

897


define a output queue?

1061


how do you specify page overflow indicator for printer files in rpg?

1659






what is the necessary keyword for non-join logical file?

1313


how can I predict the performance of my cgis?

729


how many printer files maximum can be used in single rpg program?

786


how can database records be read without lock ?

1372


when do you use f-spec. Continuation line ?

1096


why is as/400 called object oriented machine?

1067


how will you search an array?

752


How can we update a specific field in RPG?

1026


Difference between NOPASS & OMIT?

1321


what is the maximum number of fields under a record format of physical file?

1165