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 |
does cl support arrays
Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?And please tell me what is the difference between SCAN AND CHECK opcodes?can any body tell me in real time senario?with example?
How to create files dynamically without DDS?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
where exactly we can use OPNQRYF ?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
what are the different opcodes available in rpg for database access ?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
How can you check the existence of object in a system?
What is logical file in as400? What are the types of logical file?