Previous Topic: URT-Level Inquiry Command OptionsNext Topic: Initiating or Terminating CA Datacom CICS Services


Table-Level Inquiry Command Options

Objective

Command Options

Display all tables for all URTs.

DBEX INQ,TBL(????)

DBIC INQ=????.???

Display all tables for URT 10.

DBEX INQ,TBL(10)

DBIC INQ=10.???

Limit display by table name, where display includes an entry for the designated table and any synonyms for each URT where referenced.

DBIC INQ=????.PMF

 

(Alternative:) None

Limit display to a specified table in a specified URT.

DBIC INQ=58.PMF


(Alternative:) None

Limit display to tables in a specified database, for example DBID=25.

DBIC INQ=????.???.025


(Alternative:) None

Display all tables for all URTs for a specified MUF.

DBEX INQ,TBL(????),SIDNAME(DBSIDPR)


(Alternative:) None

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