Can we add or remove the module object from service
Program..and how...?
Answer Posted / samul
Natraj: Thanks for answer,but Binder languare is used only
to export the procedure not a module.
Syam : Using UPDPGM,we can only update the program when any
of the existing module is updated.
UPDSRVPGM is used to update the service pgm when any of the
procedure/module is changed.
Expecting the correct answer...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between physical file and logical file?
an access path may be in which sequence?
what keyword must be used with protect keyword ?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
explain the purpose of keep and assume keywords?
how many files, printer files you can describe in a rpg?
how you get the relative record in a subfile in which cursor is located?
Difference Between Interactive & Batch Job?
is there any way to dynamically merge other html scripts into a given html?
what is scan and xlate?
what are the different methods to access seu?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
if we tried to move year part of *iso date into a field of length 3, what will happen ?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?