1.3 KiB
1.3 KiB
layout | title | description |
---|---|---|
article | MPE_DATACATALOG_TABS | The MPE_DATACATALOG_TABS table catalogs attributes such as number of variables, compression status, and primary key fields. |
MPE_DATACATALOG_TABS
The MPE_DATACATALOG_TABS
table catalogs attributes such as number of variables, compression status, and primary key fields.
More frequently changing attributes (such as size modification date and number of observations) are stored in MPE_DATASTATUS_TABS.
To trigger a scan, see the Refresh Data Catalog instructions.
Columns
TX_FROM num
: SCD2 open datetime- 🔑
TX_TO num
: SCD2 close datetime - 🔑
LIBREF char(8)
: SAS Libref (8 chars) - 🔑
DSN char(64)
: The library member name MEMTYPE char(8)
: The member typeDBMS_MEMTYPE char(32)
: The DBMS Member TypeMEMLABEL char(512)
: The Data Set LabelTYPEMEM char(8)
: The Data Set TypeNVAR num
: The number of variablesCOMPRESS char(8)
: The compression routinePK_FIELDS char(512)
: The list of primary key fields. These are deduced from the table constraints. A Primary key column is identified by being in a constraint (or index) that is both UNIQUE and NOT NULL.