From 2dff6c02951eb1308727150f9a3fb5d9b82fd51c Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 12 May 2021 00:36:34 +0300 Subject: [PATCH] chore: automated commit --- docs/dcc-tables.md | 9 +++++++-- docs/videos.md | 31 +++++++++++++++++++------------ 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/docs/dcc-tables.md b/docs/dcc-tables.md index 67131e4..40704a6 100644 --- a/docs/dcc-tables.md +++ b/docs/dcc-tables.md @@ -85,10 +85,15 @@ You can make any changes you wish, just be sure that the final table is also cal ### POST_EDIT_HOOK -The full path / location (unquoted) of a SAS program that will be `%inc`'d after an edit has been made. This program can modify the dataset (`work.staging_ds&x`) that is created in the staging area, which is useful for augmenting data / applying complex DQ rules. If your DQ check means that the program should not be submitted, then simply exit with `syscc > 4` . If you'd like to show a specific message to the user, you can use the following macro: +The path / location (unquoted) of a SAS Program that is `%include`'d after an edit has been made. The program may be: + +* A .sas program on the server directory +* A SAS 9 Stored Process or Viya Job + +This program code can modify the dataset (`work.staging_ds`) that is created in the staging area, which is useful for augmenting data / applying complex DQ rules. If your DQ check means that the program should not be submitted, then simply exit with `syscc > 4` . If you'd like to show a specific message to the user, you can use the following macro: ``` -%mf_abort(iftrue= (&syscc ne 0) /* if this condition is true, the process will exit */ +%mp_abort(iftrue= (&syscc ne 0) /* if this condition is true, the process will exit */ ,msg=%str(YOUR MESSAGE GOES HERE) ) ``` diff --git a/docs/videos.md b/docs/videos.md index 26e32aa..4f5f2f4 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -11,6 +11,25 @@ Data Controller Videos A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences. +## Explainer Videos + + +### Data Controller - a Customer Story +An illustration of the utility of Data Controller for Data & Analytics teams in regulated industries. + + + +### Use Case Video - Manual Overrides + +A 1 minute video illustrating the value of using of Data Controller to make manual overrides. + + + +### Explainer Videos +A short explainer video showing the core functionality of the product. + + + ## Full Table Search Data Controller for SASĀ® enables full text search on Global CASLIB tables (and SAS 9 tables too) @@ -72,15 +91,3 @@ In unix environments, when attempting to edit a locked table, users are notified - -## Explainer Video - -A short explainer video showing the core functionality of the product. - - - -## Use Case Video - -A short, fun cartoon to highlight the value of Data Controller. - -