Hi All:
I'm trying to figure out why I should use a service program instead of using a regular rpg program. This is what I've figured out so far....please tell me where I'm going wrong.
Advantages to using a service program.
1. can be called when using the eval statement
2. gets loaded when the main program gets loaded therefore will save nano-seconds if called as a program
Disadvantages to using a service program
1. requires signature maintenance
2. makes the main program larger even if the service program isn't used
Thanks
gls
I'm trying to figure out why I should use a service program instead of using a regular rpg program. This is what I've figured out so far....please tell me where I'm going wrong.
Advantages to using a service program.
1. can be called when using the eval statement
2. gets loaded when the main program gets loaded therefore will save nano-seconds if called as a program
Disadvantages to using a service program
1. requires signature maintenance
2. makes the main program larger even if the service program isn't used
Thanks
gls







If I create the "service program" as a "program" and do not bind it to anything.....you know a stand alone program..... Logic changes do not require me to do anything but the logic changes. 

Comment