iSeries / AS400 FAQ : Programming : RPG : I am linking to some procedures in some modules, when are these procedures loaded?
That depends on how the procedures are linked. If you are linking to a service program, then the compiler links the service program at compile time but does not load it. At run time the entire service program will be loaded. If you are not linking to a service program, then the procedures from the modules are copied into the program at compile time. External Programs are always loaded at run time.
Related Questions
- iSeries / AS400 FAQ : (Category) Programming : (Category) RPG : I am linking to some procedures in some modules, when are these procedures loaded?
- iSeries / AS400 FAQ : Programming : RPG : I am linking to some procedures in some modules, when are these procedures loaded?
- iSeries / AS400 FAQ : Programming : RPG : How do I check a users authority to files in the Root File System?