how can a procedure will be added in to a srvpgm
Answer Posted / kapil kumar
UPDSRVPGM add the procedure/module then use the binder
language command as below
STRPGMEXP PGMLVL(*CURRENT)
EXPORT SYMBOL(NewProc)
EXPORT SYMBOL(pgm1)
EXPORT SYMBOL(pgm2)
STRPGMEXP PGMLVL(*PRV)
EXPORT SYMBOL(pgm1)
EXPORT SYMBOL(pgm2)
ENDPGMEXP
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
what is the difference between normal upddta to pf and updating using dfu program?
can we define multi-dimensional arrays in rpg ?
How can we read file using curser? how to define a curser?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
WHAT IS FERERENTIAL INTRIGRITY ?
What is the difference between non-join logical files and join logical files?
what is cab?
is it possible to create a physical file without dds?
define the purpose of the leave operation?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
What is the difference between physical file and logical file?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
What is program status data structure(psds) in as400?
what is the command to know key fields of file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?