Setup enrichment configuration. More...
Go to the source code of this file.
Setup enrichment configuration.
[in] | ST_PRM.RUN_OPTION | Specifies runtime parameters for the execution. See run_option.sas for details. |
[in] | ST_CFG.EXECUTION_CONFIG | Execution configuration. |
[out] | ST_STG.ENRICHMENT_CONFIG_STAGE1 | Output dataset containing the enrichment configuration for the stage 1 execution |
[out] | ST_STG.ENRICHMENT_CONFIG_STAGE2 | Output dataset containing the enrichment configuration for the stage 2 execution |
[out] | ST_STG.ENRICHMENT_CONFIG_STAGE3 | Output dataset containing the enrichment configuration for the stage 3 execution |
[out] | ST_STG.ENRICHMENT_CONFIG_STAGE4 | Output dataset containing the enrichment configuration for the stage 4 execution |
[out] | ST_STG.ENRICHMENT_CONFIG_STAGE5 | Output dataset containing the enrichment configuration for the stage 5 execution |
Input table ST_CFG.EXECUTION_CONFIG is filtered on EXECUTION_GROUP = "Enrichment". Each of the output tables contains the records for the corresponding value of column EXECUTION_STAGE.
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_prepare_enrichment.sas.