Gets the target tables that will not be aggregated. More...
Go to the source code of this file.
Gets the target tables that will not be aggregated.
[in] | ST_PRM.RUN_OPTION | parameter table |
[in] | %ds_in_bep_summary | = ST_STG.BEP_SUMMARY Input table containing a list of the Business Evolution Plans associated with this Analysis Run |
[in] | %ds_in_agg_rules_config | = ST_CFG.AGGREGATION_RULES_CONFIG Contains the rules for aggregating the credit risk detail results |
[in] | %ds_in_bsp_data_config | = ST_CFG.BSP_DATA_CONFIG Contains information on the source table and scenario name |
[out] | %ds_out_info_tbl | = ST_STG.UN_AGG_TBLS_INFO Syncronization table. |
This node uses the aggregation rules configuration table to obtain the observations from the target tables that will not be aggregated. For more detail see irmst_get_unagg_data.sas
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_get_unagg_data.sas.