Finalize scenario data for downstream processing. More...
Go to the source code of this file.
Finalize scenario data for downstream processing.
[in] | ST_PRM.RUN_OPTION | Parameter table containing runtime configuration values |
[in] | ds_in_cardinality | (ST_STG.SCENARIO_CARDINALITY) Input table specifying the total number of IRM partitions |
[in] | ds_in_mrs_scenarios | (ST_STG.MASTER_RISK_SCENARIOS) Input table containing the list of scenarios to retrieve |
[in] | ds_in_rsm_scenario_data | (ST_STG.RSM_SCENARIO_DATA) Input table containing scenario data details |
[out] | ds_out_scenario_info | (ST_STG.SCENARIO_INFO) Output table containing the finalized list of scenarios to be consumed by the downstream processing |
[out] | ds_out_scenario_data | (ST_STG.SCENARIO_DATA) Output table containing the scenario data to be consumed by the downstream processing |
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_finalize.sas.