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

Gets the target tables that will not be aggregated. More...

Go to the source code of this file.

Detailed Description

Gets the target tables that will not be aggregated.

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

Definition in file irmst_node_get_unagg_data.sas.