Retrieve Scenario Data. More...
Go to the source code of this file.
Retrieve Scenario Data.
[in] | ST_PRM.RUN_OPTION | Parameter table containing runtime configuration values |
[in] | %ds_in_cardinality | = ST_STG.MRS_CARDINALITY Input table specifying the total number of IRM partitions |
[in] | %ds_in | = ST_STG.MASTER_RISK_SCENARIOS Input table containing the list of scenarios to retrieve |
[out] | %ds_out | = ST_PART.RSM_SCENARIO_DATA Output partition table containing scenario data |
This node makes a call to macro irmc_get_mrs_data.sas to retrieve the scenario data from SAS Risk Scenario Manager.
The following parameters are expected inside table ST_PRM.RUN_OPTION (these parameters are set by irmc_node_init.sas based on metadata configuration):
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_mrs_run.sas.