Previous Topic: Changing/Restoring Open Options for URTsNext Topic: Initiating/Terminating Services


Command Examples

Command

Result

DBEC P,AUTO,URT(10),SYSID(SYSA)

Sets for automatic opening URT 0010 in the CICS system SYSA. Displays URT 0010 in SYSA.

DBEC P,DEFER,URT(12?),SYSID(SYSA)

Sets for deferred opening those URTs with suffixes 0120 through 0129 in CICS system SYSA, then returns the URT-level display of URTs 0120 through 0129 in SYSA.

DBEC P,RESTART,URT(????),SYSID(SYSA)

Resets to their original STATUS all URTs in system SYSA, then returns the URT-level display of URTs in SYSA only, beginning with URT 0001.

DBEC P,AUTO,URT(10),SYSID(*)

Sets for automatic opening URT 0010 in each attached system, then returns the URT-level display for each URT 0010 found.

DBEC P,RESTART,URT(12?),SYSID(*)

Resets URTs 0120 through 0129 to their original STATUS in all attached systems, beginning with 0120 in the first system, then returns the URT-level display of URTs 0120 through 0129 in all attached systems.

DBEC P,RESTART,URT(????),SIDNAME(DBSIDPR),SYSID(SYSA)

Resets to their original STATUS all URTs in remote system SYSA 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 SIDNAME= parameter (specified with a value of DBSIDPR) appended to the DBCVTPR. The display then returns the URT-level display of URTs in the remote system SYSA, 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.