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

Create an economics dataset (that matches MIP requirement) from SAS Risk Scenario Manager (RSM) and SAS Risk Governance Framework (RGF) using analysis_run_id. More...

Go to the source code of this file.

Detailed Description

Create an economics dataset (that matches MIP requirement) from SAS Risk Scenario Manager (RSM) and SAS Risk Governance Framework (RGF) using analysis_run_id.

param [in] analysis_run_id ID of analysis run param [in] bep_x_mrs_tbl BEP x MRS configuration table param [in] base_dt Base date of the analysis run param [in] out_scen_meta Name of scenario metadata (output table) param [in] out_scen_data Name of scenario data (output table) param [in] rgf_protocol Protocol for RGF param [in] rgf_host Host name for RGF param [in] rgf_port Server port for RGF. Default value is 7980 param [in] rgf_service Name of the Web Application Server that provides the REST service for RGF. Default value is SASRiskGovernanceFramework param [in] rgf_solution Solution identifer for RGF content packages. Default value is stm param [in] rsm_protocol Protocol for RSM param [in] rsm_host Host name for RSM param [in] rsm_port Server port for RSM. Default value is 7980 param [in] rsm_service Name of the Web Application Server that provides the REST service for RSM. Default value is SASRiskScenarioManager param [in] tgt_ticket Specify generated TGT param [in] debug OPTIONAL: TRUE / FALSE

Author
SAS Institute Inc.
Date
2020

Definition in file irmst_get_scenarios_from_rsm.sas.