Compare commits

...

2 Commits

Author SHA1 Message Date
70e5370eb4 chore: copyright year bump + list page in sidebar
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m33s
2023-10-06 23:56:53 +01:00
24f2829222 feat: adding mpe_security to documented tables 2023-10-06 23:48:08 +01:00
4 changed files with 28 additions and 6 deletions

View File

@ -0,0 +1,23 @@
---
layout: article
title: MPE_SECURITY
description: The MPE_SECURITY table determines which GROUPS can VIEW, EDIT, or APPROVE which tables or libraries
og_title: MPE_SECURITY Table Documentation
og_image: img/securitytable.png
---
# MPE_SECURITY
The MPE_SECURITY table determines which GROUPS can VIEW, EDIT, or APPROVE which tables or libraries
![Screenshot](img/securitytable.png)
## Columns
- 🔑 `TX_FROM num`: SCD2 open datetime
- 🔑 `LIBREF char(8)`: The LIBREF of the target table
- 🔑 `DSN char(32)`: The name of the target dataset (or format catalog)
- 🔑 `ACCESS_LEVEL char(100)`: Either VIEW, EDIT or APPROVE
- 🔑 `SAS_GROUP char(100)`: The SAS Group to which to provide access
- `TX_TO num`: SCD2 close datetime

View File

@ -19,7 +19,7 @@ The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED
- `SUBMIT_STATUS_CD char(10)`: Either SUBMITTED, APPROVED, or REJECTED. Remains SUBMITTED until the final approval, or first rejection.
- `BASE_LIB char(8)`: The LIBREF of the table being updated
- `BASE_DS char(32)`: The name of the dataset (or format catalog) being updated
- `SUBMITTED_BY_NM (100)`: The username of the submitter
- `SUBMITTED_BY_NM char(100)`: The username of the submitter
- `SUBMITTED_ON_DTTM num`: The timestamp of the submission
- `SUBMITTED_REASON_TXT char(400)`: The description provided by the submitter
- `INPUT_OBS num`: The number of observations staged

View File

@ -4,7 +4,7 @@ title: MPE_TABLES
description: The MPE_TABLES table defines the tables that are EDITABLE within Data Controller for SAS® - along with attributes such as load type, number of approvals, and hook scripts.
---
# MPE_DATASTATUS_TABS
# MPE_TABLES
The `MPE_TABLES` table defines the tables that are EDITABLE - along with attributes such as load type, number of approvals, and hook scripts.

View File

@ -25,6 +25,7 @@ nav:
- MPE_LOCKANYTABLE: tables/mpe_lockanytable.md
- MPE_REVIEW: tables/mpe_review.md
- MPE_SUBMIT: tables/mpe_submit.md
- MPE_SECURITY: tables/mpe_security.md
- MPE_TABLES: tables/mpe_tables.md
- Configuration:
- Column Level Security: column-level-security.md
@ -57,7 +58,6 @@ nav:
- Overview: roadmap.md
- DC API: api.md
markdown_extensions:
- admonition
- pymdownx.superfences
@ -66,7 +66,6 @@ markdown_extensions:
- toc:
permalink: true
extra:
manifest: manifest.webmanifest
@ -100,4 +99,4 @@ theme:
- JavaScript
- Bash
copyright: All rights reserved ©2022 Bowe IO Ltd.
copyright: All rights reserved ©2023 Bowe IO Ltd.