Run Data Quality Rules. More...
Go to the source code of this file.
Run Data Quality Rules.
[in] | ST_STG.DQ_CONFIG | Input table containing a record for each combination of AnalysisData key and RuleSet key |
The structure of the input table ST_STG.DQ_CONFIG is as follows:
ANALYSIS_DATA_KEY | DQ_RULE_SET_KEY |
---|---|
<AnalysisDataKey1> | <RuleSetKey1> |
<AnalysisDataKey2> | <RuleSetKey2> |
... | ... |
<AnalysisDataKeyN> | <RuleSetKeyN> |
In addition the following macro utilities are called:
Macro name | Description | Further information |
---|---|---|
irm_session_prepare | Reads RUN_OPTION table and sets logging options | irm_session_prepare.sas |
irm_session_cleanup | Removes all non-IRM WORK datasets/views and deletes all user-created macro variables from workspace session | irm_session_cleanup.sas |
Definition in file irmst_node_dq_run.sas.