diff --git a/docs/img/datacatalog_cats.png b/docs/img/datacatalog_cats.png new file mode 100644 index 0000000..9a5bce5 Binary files /dev/null and b/docs/img/datacatalog_cats.png differ diff --git a/docs/img/datacatalog_objs.png b/docs/img/datacatalog_objs.png new file mode 100644 index 0000000..5dc029c Binary files /dev/null and b/docs/img/datacatalog_objs.png differ diff --git a/docs/tables/mpe_datacatalog_cats.md b/docs/tables/mpe_datacatalog_cats.md index 05e36ab..67be128 100644 --- a/docs/tables/mpe_datacatalog_cats.md +++ b/docs/tables/mpe_datacatalog_cats.md @@ -2,6 +2,8 @@ layout: article title: MPE_DATACATALOG_CATS description: The MPE_DATACATALOG_CATS table contains all the catalogs available in each library +og_title: MPE_DATACATALOG_CATS Table Documentation +og_image: /img/datacatalog_cats.png --- # MPE_DATACATALOG_CATS @@ -10,7 +12,9 @@ The `MPE_DATACATALOG_CATS` table contains the catalogs available in each library More frequently changing attributes are stored in [MPE_DATASTATUS_CATS](/mpe_datastatus_cats). -To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). + +![](/img/datacatalog_cats.png) ## Columns diff --git a/docs/tables/mpe_datacatalog_libs.md b/docs/tables/mpe_datacatalog_libs.md index b0d895b..c213ab9 100644 --- a/docs/tables/mpe_datacatalog_libs.md +++ b/docs/tables/mpe_datacatalog_libs.md @@ -10,11 +10,11 @@ The `MPE_DATACATALOG_LIBS` table catalogs library attributes such as engine, pat More frequently changing attributes (such as size and number of tables) are stored in [MPE_DATASTATUS_LIBS](/mpe_datastatus_libs). -To ignore additional librefs, or to trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To ignore additional librefs, or to trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). ## Columns - - `TX_FROM num`: SCD2 open datetime + - `TX_FROM num`: SCD2 open datetime - 🔑 `TX_TO num`: SCD2 close datetime - 🔑 `LIBREF char(8)`: SAS Libref (8 chars) - `ENGINE char(32)`: The engine used to connect to the library diff --git a/docs/tables/mpe_datacatalog_objs.md b/docs/tables/mpe_datacatalog_objs.md new file mode 100644 index 0000000..902354a --- /dev/null +++ b/docs/tables/mpe_datacatalog_objs.md @@ -0,0 +1,28 @@ +--- +layout: article +title: MPE_DATACATALOG_OBJS +description: The MPE_DATACATALOG_OBJS table contains the objects inside every SAS Catalog +og_title: MPE_DATACATALOG_OBJS Table Documentation +og_image: /img/datacatalog_objs.png +--- + +# MPE_DATACATALOG_OBJS + +The `MPE_DATACATALOG_OBJS` table contains a listing of all the objects available in each SAS Catalog. + +More frequently changing attributes are stored in [MPE_DATASTATUS_OBJS](/mpe_datastatus_objs). + +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). + +![](/img/datacatalog_objs.png) + +## Columns + +- `TX_FROM num`: SCD2 open datetime +- 🔑 `TX_TO num`: SCD2 close datetime +- 🔑 `LIBREF char(8)`: SAS Libref (8 chars) +- 🔑 `MEMNAME char(64)`: The catalog member name +- `OBJNAME char(32)`: The object name +- `OBJTYPE char(8)`: The object type +- `OBJDESC char(256)`: The object description +- `ALIAS char(32)`: The object alias \ No newline at end of file diff --git a/docs/tables/mpe_datacatalog_tabs.md b/docs/tables/mpe_datacatalog_tabs.md index 3bbc678..1df83ca 100644 --- a/docs/tables/mpe_datacatalog_tabs.md +++ b/docs/tables/mpe_datacatalog_tabs.md @@ -10,11 +10,11 @@ The `MPE_DATACATALOG_TABS` table catalogs attributes such as number of variables More frequently changing attributes (such as size modification date and number of observations) are stored in [MPE_DATASTATUS_TABS](/mpe_datastatus_tabs). -To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). ## Columns - - `TX_FROM num`: SCD2 open datetime + - `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 diff --git a/docs/tables/mpe_datacatalog_vars.md b/docs/tables/mpe_datacatalog_vars.md index c785d59..0eab8ef 100644 --- a/docs/tables/mpe_datacatalog_vars.md +++ b/docs/tables/mpe_datacatalog_vars.md @@ -8,11 +8,11 @@ description: The MPE_DATACATALOG_VARS table catalogs variable attributes such as 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](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). ## Columns - - `TX_FROM num`: SCD2 open datetime + - `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 diff --git a/docs/tables/mpe_datastatus_libs.md b/docs/tables/mpe_datastatus_libs.md index fb6b77d..d2bb7fc 100644 --- a/docs/tables/mpe_datastatus_libs.md +++ b/docs/tables/mpe_datastatus_libs.md @@ -8,11 +8,11 @@ description: The MPE_DATASTATUS_LIBS table captures frequently changing SAS libr 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 Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). ## Columns - - `TX_FROM num`: SCD2 open datetime + - `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. diff --git a/docs/tables/mpe_datastatus_tabs.md b/docs/tables/mpe_datastatus_tabs.md index e321ce0..a8fe890 100644 --- a/docs/tables/mpe_datastatus_tabs.md +++ b/docs/tables/mpe_datastatus_tabs.md @@ -8,11 +8,11 @@ description: The MPE_DATASTATUS_TABS table captures frequently changing SAS tabl 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 Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog). +To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog). ## Columns - - `TX_FROM num`: SCD2 open datetime + - `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 diff --git a/mkdocs.yml b/mkdocs.yml index 7c681f7..d3766ac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,6 +20,7 @@ nav: - MPE_CONFIG: tables/mpe_config.md - MPE_DATACATALOG_CATS: tables/mpe_datacatalog_cats.md - MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.md + - MPE_DATACATALOG_OBJS: tables/mpe_datacatalog_objs.md - MPE_DATACATALOG_TABS: tables/mpe_datacatalog_tabs.md - MPE_DATACATALOG_VARS: tables/mpe_datacatalog_vars.md - MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md