Can we add or remove the module object from service
Program..and how...?
Answers were Sorted based on User's Feedback
Answer / natraj
Using binder language we can add a module into the service
program
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / syan
No, You can't add module to service program.
Need to re-create. you can use RTVBNDSRC command to
retrieve binder source.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / syam
Yes, using UPDPGM (module and program) or UPDSRVPGM to add.
| Is This Answer Correct ? | 4 Yes | 7 No |
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what is the maximum number of fields under a record format of physical file?
What is the type, length of a LDA?
Job is running in production 24/7 how do u debug that running job ?
an access path may be in which sequence?
Difference Between Interactive & Batch Job?
What Is The Purpose Of The "n" In The Following Calculation Specification?
why is as/400 called object oriented machine?
What is the use of OVRDBF ?
Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?
what is the clp command to access a query/400?
In RPG How to read a records from a file without using read opcodes?