Previous Topic: Limit Display to URTs of Specified StatusNext Topic: Command Examples


Limit Display to URTs Having Specified Time for Opening

Invoke the following transaction to display information about all URTs having the specified time for opening (AUTO, DEFER, PLT).

►►─┬─ DBOC ─┬─ INQuire= ─┬─ AUTO ──┬──────────────────────────────────────────►◄
   └─ DBIC ─┘            ├─ DEFER ─┤
                         └─ PLT ───┘
DBOC/DBIC

(Required) Specify a transaction ID valid with Operational commands used to monitor system resources. Select the transaction ID for which you are authorized. Leave a space between the transaction ID and the command.

INQuire=

(Required) Command specifying a status display. You may shorten this command to INQ=.

AUTO

To be opened automatically when an application program requiring its use begins processing, that is to say either defined through AUTO[n]= in the CA Datacom CICS Services Generation Options Table (DBCVTPR) or added through the DBOC AUTO= command.

DEFER

To be opened only when requested through the DBOC OPEN= command, that is to say either defined through DEFER[n]= in the CA Datacom CICS Services Generation Options Table (DBCVTPR) or added through the DBOC DEFER= command.

PLT

To be opened at CICS startup.