please help me answer to this question
what is the difference between the binding and srvpgm in
ilerpg?
Answer Posted / pramod & remya
Service program-These are pgms that holds the modules that
we frequently used in a pgm. ie, we need to bind this
service pgm with a pgm in order to work with the modules in
it. now we can call the modules by using callb. Service pgms
are not work independently. Service pgms provides services
to another pgm or modules when needed.all the modules in the
service pgm exists in the same activation group.
Binding directory- it used to increase system performance
.Instead of searching in all libraries,the ile compiler
check the existence of object in binding directory.If it
will not find the obj in binding directoy, it will search in
other lib list.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to handle duplicate error handling in RPG?
how can you display specific subfile page on the screen in unequal subfile?
how do I preserve and clean the array?
what is the difference between do while and do until?
What is ment by record level identifier?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
are there any useful c runtime apis that I can call from rpg iv?
How Chain operation copies the record's data to the input buffer for the program?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How can we override a file during runtime in rpg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to select highest score of each subject or how to select highest income of every month?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?