Map the analysis results to the Credit Risk report mart. More...
Go to the source code of this file.
Map the analysis results to the Credit Risk report mart.
[in] | RUN_OPTION | Parameter table (macrovarload) containing runtime configuration values |
[in] | ANALYSIS_CONFIG | Parameter Table (macrovarload) containing analysis-specific configuration parameters |
[in] | ds_in_map_config | Data Mapping configuration table. |
[in] | ds_in_map_movement | Movement Type mapping table |
[in] | ds_in_model_run_info | Model Run information |
[in] | ds_in_model_result | Input table containing the result of the model execution |
[out] | ds_out_result_map | Output table containing details of the mapping applied to the input table ds_in_model_result |
[out] | ds_out_sync_result | Synchronization table for the output MART_RESULT data view |
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_map_model_results.sas.