Update dci-deploysas9.md

This commit is contained in:
Allan Bowe 2023-03-30 13:26:28 +01:00 committed by GitHub
parent 667b31d222
commit e03eb1b870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ There are two ways to deploy Data Controller on SAS 9:
#### 1 - Deploy Stored Processes
The Stored Processes are deployed using a SAS Program. This should be executed using an account that has WRITE METADATA (WM) permissions to the necessary root folder (`appLoc`) in metadta.
The Stored Processes are deployed using a SAS Program. This should be executed using an account that has WRITE METADATA (WM) permissions to the necessary root folder (`appLoc`) in metadata.
```sas
%let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */