From d4537dfe139ba5531b4f650b26434fce1e291a60 Mon Sep 17 00:00:00 2001 From: munja Date: Sat, 30 Apr 2022 18:33:29 +0100 Subject: [PATCH] chore: automated commit --- docs/mpe_datacatalog_vars.md | 2 +- docs/mpe_datastatus_libs.md | 20 ++++++++++++++++++++ docs/mpe_datastatus_tabs.md | 24 ++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 docs/mpe_datastatus_libs.md create mode 100644 docs/mpe_datastatus_tabs.md diff --git a/docs/mpe_datacatalog_vars.md b/docs/mpe_datacatalog_vars.md index cfc81f2..09a39f8 100644 --- a/docs/mpe_datacatalog_vars.md +++ b/docs/mpe_datacatalog_vars.md @@ -4,7 +4,7 @@ title: MPE_DATACATALOG_VARS description: The MPE_DATACATALOG_VARS table catalogs variable attributes such as primary key status, not null constraints and index usage. --- -# MPE_DATACATALOG_TABS +# MPE_DATACATALOG_VARS The `MPE_DATACATALOG_VARS` table catalogs variable attributes such as primary key status, not null constraints and index usage. diff --git a/docs/mpe_datastatus_libs.md b/docs/mpe_datastatus_libs.md new file mode 100644 index 0000000..9b839e9 --- /dev/null +++ b/docs/mpe_datastatus_libs.md @@ -0,0 +1,20 @@ +--- +layout: article +title: MPE_DATASTATUS_LIBS +description: The MPE_DATASTATUS_LIBS table captures frequently changing SAS library attributes such as size (if filesystem based) and the number of tables. +--- + +# MPE_DATASTATUS_LIBS + +The `MPE_DATASTATUS_LIBS` table captures frequently changing SAS library attributes such as size (if filesystem based) and the number of tables. + +To trigger a scan, see the instructions [here](https://docs.datacontroller.io/admin-services/#refresh-data-catalog) + +## Columns + + - `TX_FROM num`: SCD2 open datetime + - 🔑 `TX_TO num`: SCD2 close datetime + - 🔑 `LIBREF char(8)`: SAS Libref (8 chars) + - `LIBSIZE num`: The size of the library (in bytes), displayed with the SIZEKMG. format. Only applicable to BASE engine libraries. + - `TABLE_CNT num`: The number of tables in the library. + diff --git a/docs/mpe_datastatus_tabs.md b/docs/mpe_datastatus_tabs.md new file mode 100644 index 0000000..dd2d415 --- /dev/null +++ b/docs/mpe_datastatus_tabs.md @@ -0,0 +1,24 @@ +--- +layout: article +title: MPE_DATASTATUS_TABS +description: The MPE_DATASTATUS_TABS table captures frequently changing SAS table attributes such as size (if filesystem based), modification date, and the number of observations. +--- + +# MPE_DATASTATUS_TABS + +The `MPE_DATASTATUS_TABS` table captures frequently changing SAS table attributes such as size (if filesystem based), modification date, and the number of observations. + +To trigger a scan, see the instructions [here](https://docs.datacontroller.io/admin-services/#refresh-data-catalog) + +## 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 + - `FILESIZE num`: The size of the table (in bytes), displayed with the SIZEKMG. format. Only applicable to BASE engine libraries. + - `CRDATE num`: Creation date of the table + - `MODATE num`: Modification date of the table + - `NOBS num`: Number of Observations. Note - if the table is a SAS dataset then this _includes_ deleted rows. To remove deleted rows from a SAS dataset, it must be re-created. + +