Hello,
can anybody explain to me, when a module is deleted in an IMS message region?
All modules are dynamically loaded.
Normally, I can load and delete a single module A and this has no effect to modules, that are loaded by module A.
But in an IMS messige region (if the "main application program" is not preloaded) all modules are deleted, when the "main application program" is deleted.
Only if a module is loaded more than one time it stays in the main storage.
How does this cascading deletion of modules work?
What is so special with this "main application program", which attribute causes the deletes?
Mike