How do you disconnect multiple CICS regions from a MUF when you need to recycle the MUF and don't want to shut the CICS regions down?
Under normal circumstances, the Datacom MUF should be seen as an operating system task, which is needed for many other kinds of work (CICS regions, Datacom Server connections, batch jobs), and which is started before other work or ended after the other work ends.
For example, the order of starting and stopping might be something like this:
Sometimes, though, it is necessary to recycle the MUF for some change, but you do not want to go through the normal process to shut down and then restart every other connected task. Can this be done?
z/OS
Datacom/DB Version 15.1
For a singular event like this, you need to disconnect each CICS region from the MUF, and then when these are all done, you can recycle the MUF. Below is a possible method to handle this.
You can learn more about what you can do with DBEC in the Datacom Tools documentation for DBEC Controlling Local Resources with Enhanced Commands, in the topics Connecting and Disconnecting MUFs and Initiating/Terminating Services.