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

Retrieve Scenario Data. More...

Go to the source code of this file.

Detailed Description

Retrieve Scenario Data.

Parameters
[in]ST_PRM.RUN_OPTIONParameter 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):

  • rsm_protocol: http(s) Protocol where SAS Risk Scenario Manager web application is running
  • rsm_host: hostname where SAS Risk Scenario Manager web application is running
  • rsm_port: port where SAS Risk Scenario Manager web application is listening
  • rsm_service: End-point application (i.e. /SASRiskScenarioManager)

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_mrs_run.sas.