docs.datacontroller.io/docs/dcc-groups.md

18 lines
1003 B
Markdown
Raw Normal View History

2021-03-12 22:21:55 +00:00
---
layout: article
title: Groups
2022-07-09 22:50:25 +00:00
description: By default, Data Controller will work with the SAS Groups defined in Viya, Metadata, or SASjs Server. It is also possible to define custom groups with Data Controller itself.
2021-03-12 22:21:55 +00:00
og_image: https://i.imgur.com/drGQBBV.png
---
# Adding Groups
2020-01-25 19:42:11 +00:00
## Overview
2022-07-09 22:50:25 +00:00
By default, Data Controller will work with the SAS Groups defined in Viya, Metadata, or SASjs Server. It is also possible to define custom groups with Data Controller itself - to do this simply add the user and group name (and optionally, a group description) in the `DATACTRL.MPE_GROUPS` table.
2021-03-12 22:21:55 +00:00
2022-03-12 15:37:33 +00:00
![](https://i.imgur.com/drGQBBV.png)
## Data Controller Admin Group
When configuring Data Controller for the first time, a group is designated as the 'admin' group. This group has unrestricted access to Data Controller. To change this group, modify the `%let dc_admin_group=` entry in the settings program. To prevent others from changing this group, ensure the containing folder is write-protected!