1.2 KiB
1.2 KiB
layout | title | description |
---|---|---|
article | MPE_DATACATALOG_VARS | The MPE_DATACATALOG_VARS table catalogs variable attributes such as primary key status, not null constraints and index usage. |
MPE_DATACATALOG_VARS
The MPE_DATACATALOG_VARS
table catalogs variable attributes such as primary key status, not null constraints and index usage.
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 - 🔑
NAME char(64)
: The variable name MEMTYPE char(8)
: The member typeTYPE char(16)
: The column typeLENGTH num
: The column lengthVARNUM num
: The column position in the tableLABEL char(256)
: The column labelFORMAT char(49)
: The SAS format associated with the columnIDXUSAGE char(9)
: The column index typeNOTNULL char(3)
: The NOT NULL statusPK_IND num
: A flag to say whether the column is part of the primary key (1=PK, 0=Not PK). A Primary key column is identified by being in a constraint (or index) that is both UNIQUE and NOT NULL.