Previous Topic: MUF-Level Inquiry Command OptionsNext Topic: Resetting MUFs Statistics


Connecting or Disconnecting MUFs

Objective

Command Options

Connect one MUF, for example 1 or the MUF whose SIDNAME is DBSIDPR in the DBCSID macro.

DBEC P,CONNECT,MUF(1)
DBEC P,CONNECT,MSID(DBSIDPR)

Connect multiple MUFs, for example 1—9 or multiple MUFs of a range whose SIDNAMEs in the DBCSID macro begin with D.

DBEC P,CONNECT,MUF(?)
DBEC P,CONNECT,MSID(D*)

Connect all local MUFs.

DBEC P,CONNECT,MUF(??)
DBEC P,CONNECT,MSIDNAME(*)

Disconnect one MUF, for example 1 or the MUF whose SIDNAME is MUF1 in the SIDNAME parameter of the DBCSID macro appended to the DBCVTPR.

DBEC P,DISCONNECT,MUF(1)
DBEC P,DISCONNECT,MSID(MUF1)

Disconnect all local MUFs.

DBEC P,DISCONNECT,MUF(??)
DBEC P,DISCONNECT,MSID(*)

Immediately disconnect one MUF regardless of open URTs or active tasks, for example 2 or the MUF whose SIDNAME is MUF2 in the DBCSID macro of the DBCVTPR.

DBEC P,IMMEDIATE,MUF(2)
DBEC P,IMMEDIATE,MSID(MUF2)