Previous Topic: Initiating or Terminating CA Datacom CICS ServicesNext Topic: Setting or Resetting When to Open


Opening or Closing URTs

Objective

Command Options

Open one URT, for example 123.

DBEC P,OPEN,URT(123)

DBOC OPEN=123

Open multiple URTs, for example 110—119.

DBEC P,OPEN,URT(11?)

DBOC OPEN=11?

Open all local URTs.

DBEC P,OPEN,URT(????)

DBOC OPEN=????

Close one URT, for example 123.

DBEC P,CLOSE,URT(123)

DBOC CLOSE=123

Close all local URTs.

DBEC P,CLOSE,URT(????)

DBOC CLOSE=????

Close all local URTs for a range of MUFs.

DBEC P,CLOSE,URT(????),SIDNAME(DBSID*)


(Alternative:) None

These commands can be further limited in a multiple MUF environment by adding the SIDNAME(xxxxxxxx) parameter to the input commands.

These DBEC perform functions can also be implemented by using line commands on the URT-level inquiry.