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

1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?

409


how can I control from my cgis the cache of a remote browser?

679


Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?

662


what is subfile?

956


what opcode will be used to test the zone of a character field?

1095






which are the string manipulation opcodes?

635


how to write *pssr ?

640


How to reverse the string in rpg

1204


how do you specify the number of records to roll in a subfile ?

1253


what is maximum number of arrays allowed in rpg?

1189


what is procedure prototype and procedure interface.

621


what is the use of dspatr(mdt) keyword?

1454


How to add 99 menu (page down) option in menu creation..

1926


name few ibm supplied libraries?

1230


what are various techniques to pass parameters from one program to another?

1052