doc: adding system requirements

This commit is contained in:
Allan Bowe
2019-01-27 00:25:21 +01:00
parent bf8eda71eb
commit af4d495b62
4 changed files with 17 additions and 2 deletions

View File

@ -59,7 +59,7 @@ The full path / location (unquoted) of a SAS program that will be `%inc`'d prior
Leave blank if not required.
### POST_EDIT_HOOK
The full path / location (unquoted) of a SAS program that will be `%inc`'d after an edit has been made. This modifies the CSV that is created in the staging area, and can be useful for augmenting data / applying complex DQ fixes.
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&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` .
Leave blank if not required.
### PRE_APPROVE_HOOK