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
how can a cgi check whether an ifs object is available?
What is %CHECK?
How can we change the uppercase to Lowercase in RPG?
define the purpose/use for sflrna?
can a join logical file be updated?
How to add 99 menu (page down) option in menu creation..
what does the opcode free do?
How do you check object lock
How Many Specs Are There In Rpg & Which Are They?
what is sflrolval?
how many files can be defined in f specs?
What is program status data structure(psds) in as400?
what is externally described file ?
what is the use of unique keyword and what level it is defined?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?