Previous Topic: Opening and Closing URTsNext Topic: Changing/Restoring Open Options for URTs


Command Examples

Command

Result

DBEC P,OPEN,URT(10)

Opens URT 0010.

DBEC P,CLOSE,URT(12?)

Closes all URTs with suffixes 120 through 129, then returns the URT-level display of URTs 120 through 129. If URT is active, it is put into CLOSING status.

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

Opens all URTs, then returns the URT-level display of URTs, beginning with URT 0001.

DBEC P,CLOSE,URT(10)

Closes URT 10, then returns the URT-level display of URT 0010.

DBEC P,OPEN,URT(12?)

Opens the URTs 120 through 129 and displays the result of each URT OPEN.

DBEC PER,CLOSE,URT(????)

Closes all URTs, then returns the URT-level display beginning with URT 0001.

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

Opens all URTs that access the MUF connection defined by the SID module name of DBSIDPR for that MUF. In a single MUF environment, this would be all URTs. In a multiple MUF environment, this would be the MUF connection defined with the DBCSID macro parameter SIDNAME= (specified with a value of DBSIDPR) appended to the DBCVTPR. The display then returns the URT-level display of URTs, beginning either with the first URT defined to access that MUF in a multiple MUF environment or with URT 0001 in a single MUF environment.