Keywords


The CM/PILOT component creates keywords for each of the DML objects.

The following table lists the keywords and the Db2 catalog table to which the keyword corresponds. When you modify a DML statement, you can use the keywords as they are shown, singular forms of the keywords, or the actual Db2 catalog names. The keywords and names are resolved to the CAT2 aliases that are used by BMC AMI Change Manager for Db2 to access the Db2 catalog. For information about catalog aliases, see Customizing BMC products and solutions for Db2.

Object

Keyword

Db2 catalog table

Alias

ALIASES

SYSIBM.SYSTABLES 1

Check constraint

CHECKS

SYSIBM.SYSCHECKS

Column(table and view)

COLUMNS

SYSIBM.SYSCOLUMNS

Column mask

CONTROLS

MASKS

SYSIBM.SYSCONTROLS
(returns only masks)

Database

DATABASES

SYSIBM.SYSDATABASE

Field

FIELDS

SYSIBM.SYSFIELDS

Foreign key

FOREIGNKEYS

RELKEY

SYSIBM.SYSFOREIGNKEYS

SYSIBM.SYSRELS

Index

INDEXES

SYSIBM.SYSINDEXES

Index key

KEYCOLUMNS

SYSIBM.SYSKEYS

Index partition

INDEXPARTS

SYSIBM.SYSINDEXPART

Parm

PARMS

SYSIBM.SYSPARMS

Relation

RELS

SYSIBM.SYSRELS

Routine

ROUTINES

SYSIBM.SYSROUTINES

Row permission

CONTROLS

PERMISSIONS

SYSIBM.SYSCONTROLS
(returns only permissions)

Sequence

SEQUENCES

SYSIBM.SYSSEQUENCES

Storage group

STOGROUPS

SYSIBM.SYSSTOGROUP

Synonym

SYNONYMS

SYSIBM.SYSSYNONYMS

Table (includes Global Temporary Table)

TABLES

SYSIBM.SYSTABLES 2

Table space

TABLESPACES

SYSIBM.SYSTABLESPACE

Table space partition

TABLEPARTS

SYSIBM.SYSTABLEPART

Trigger

TRIGGERS

SYSIBM.SYSTRIGGERS

View

VIEWS

SYSIBM.SYSTABLES 3

Volume

VOLUMES

SYSIBM.SYSVOLUMES

The TYPE column in the SYSIBM.SYSTABLES table contains the value V for views.The TYPE column in the SYSIBM.SYSTABLES table contains the value A for aliases.

The TYPE column in the SYSIBM.SYSTABLES table contains the value T for tables.

Related topic

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*