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
How to convert a spool file to PDF file in AS400?
what is the purpose of data structure?
how can you specify no duplicate key?
define data structure?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
which indicator is used for read?
can you have multiple key lists for a single file ?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
Can level check error occur if we do chgpf?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what is a query can be run in which mode?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
What is the difference between physical file and logical file?
define the purpose of the %sst function?
in which specification the report layout can be defined?