Command to connect CICS after restarting Datacom MUF
search cancel

Command to connect CICS after restarting Datacom MUF

book

Article ID: 280114

calendar_today

Updated On:

Products

Datacom/DB Datacom DATACOM - AD Datacom/AD

Issue/Introduction

When the Datacom MUF is restarted, the connection with CICS is disconnected. 

Also when the MUF is started after starting CICS, the connection with CICS is not connected

What is the command to connect with CICS after restarting MUF?

Environment

Release: 15.1

Resolution

When the MUF is restarted and if CICS services was started automatically in CICS then the MUF should automatically reconnect.
If this does not happen then issue the following command to connect all MUFs:
 
DBEC P,CONNECT,MUF(??)

You will then get a list of MUFs connected to this CICS region 

The same thing can be achieved by doing a DBOC SHUTDOWN followed by a DBOC STARTUP, or a DBEC P,SHUT followed by a DBEC P,STARTUP.

 

Additional Information