Previous Topic: Display Example: DBOC INQ=FAILNext Topic: Command Examples


INQ=urt.table: Displaying Table-Level Options for URTs

Invoke the following transaction to display how AUTODXC=, BYPOPEN=, SYNONYM=, and UPDATE= parameters are defined by DBURTBL macros for requested tables defined to requested URTs.

                         ┌─ , ─────────────────────┐
►►─┬─ DBOC ─┬─ INQuire= ─▼─ urt.table ─┬─────────┬─┴──────────────────────────►◄
   └─ DBIC ─┘                          └─ .dbid ─┘
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 can shorten this command to INQ=.

urt.table

(Required) Indicates the tables and the URTs on which the inquiry is based, where the specified URT-table combination exists. Specify a URT with the 1- to 4-digit number that follows its prefix or substitute the wildcard symbol (?) for one or more of the digits to extend the request to any URT which contains any digit in that position. Specify a table with its 1- to 3-character table name, or substitute the wildcard symbol (?) for one or more of the characters to extend the request to a table containing any valid character in that position of its name.

Examples of these options follow:

.dbid

(Optional) Used with a table name to limit the command action to that table within the specified database. Use a period as a separator between table name and the 5-digit database ID (table.dbid). To apply the named command to the listed tables in database IDs within a known range, use the wildcard symbol (?). To apply the named command to the listed tables in all databases, either omit the database ID from the operand or specify ????? for the dbid.

Example

Description

00123

Database 00123

000??

Databases 00000 through 00099

0005?

Databases 00050 through 00059

???5?

All databases with 5 as the fourth digit

?????

All databases