SAS Documentation
SASĀ® Solution for Stress Testing
Reference manual - version 08.2021
Loading...
Searching...
No Matches
irmst_node_dq_run.sas File Reference

Run Data Quality Rules. More...

Go to the source code of this file.

Detailed Description

Run Data Quality Rules.

Parameters
[in]ST_STG.DQ_CONFIGInput 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
Author
SAS Institute Inc.
Date
2018

Definition in file irmst_node_dq_run.sas.