chore: automated commit

This commit is contained in:
munja 2022-07-11 16:33:23 +01:00
parent f6bf0bb04a
commit b01480de42
2 changed files with 10 additions and 2 deletions

View File

@ -87,3 +87,11 @@ If the user is in both Group 1 AND Group 2, viewing `MYLIB.MYDS` in VIEW mode, *
* VAR_2 * VAR_2
* VAR_3 * VAR_3
* VAR_4 * VAR_4
## Video Example
This short video does a walkthrough of applying Column Level Security from end to end.
<iframe width="560" height="315" src="https://www.youtube.com/embed/jAVt-omtjVc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -6,7 +6,7 @@ og_title: MPE_CONFIG Table Documentation
og_image: /img/mpe_config.png og_image: /img/mpe_config.png
--- ---
# MPE_MPE_CONFIGREVIEW # MPE_CONFIG
The MPE_CONFIG table enables global system options. Further detail on each option can be found in the description of the option itself, or on the [options](/dcc-options) page. The MPE_CONFIG table enables global system options. Further detail on each option can be found in the description of the option itself, or on the [options](/dcc-options) page.
@ -16,7 +16,7 @@ The table is SCD2 controlled for ease of rollback and version management.
## Columns ## Columns
- 🔑 `TX_FROM num`: SCD2 open datetime - 🔑 `TX_FROM num`: SCD2 open datetime
- 🔑 `VAR_SCOPE char(10)`: A short code for grouping sets of options - 🔑 `VAR_SCOPE char(10)`: A short code for grouping sets of options
- 🔑 `VAR_NAME char(32)`: The name of the option - 🔑 `VAR_NAME char(32)`: The name of the option
- `VAR_VALUE char(5000)`: The value of the option - `VAR_VALUE char(5000)`: The value of the option