Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
When the program is executed, it is loaded into memory. Once loaded into memory, the disk copy can be replaced by doing an install or whatever else without impacting the executing program. This assumes that the program is not a subroutine being dynamically called with reloads.
If the program is CICS, the newcopy will not occur until the program can be updated. |
|