fix: objects info
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m27s

This commit is contained in:
allan
2025-07-15 15:07:40 +01:00
parent 2ec7d35342
commit 807dd55bac
10 changed files with 44 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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