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

irmst_run_atm_overlay joins the user specified ATM with the existing transition matrix and stores it as analysis data. More...

Go to the source code of this file.

Detailed Description

irmst_run_atm_overlay joins the user specified ATM with the existing transition matrix and stores it as analysis data.

.sas

Parameters
[in]in_model_tm_resultsTransition matrix analysis data
[in]in_atm_uploadThe ATM uploaded by the user and processed in irmst_import_atm_spreadsheet
[in]scenario_to_overlayComma-delimited list of scenario names
[in]analysis_data_nameName of resulting analysis data
[in]analysis_data_descDescription of resulting analysis data
[in]analysis_run_idID of the analysis run this macro is being run in
[in]base_dtThe parent cycles base date
[in]cycle_idThe parent cycles ID
[in]status_cdStatus of the resulting analysis data
[in]visibility_cdVisibility of the resulting analysis data
[in]librefLibref of the resulting analysis data
[in]schema_nameAnalysis data schema name (taken from existing transition matrix)
[in]schema_versionAnalysis data schema version (taken from existing transition matrix)
[in]entity_idEntity ID of the parent cycle
[in]hostHost name the run is being executed for
[in]serverServer the run is being executed in
[in]solutionSolution the run is being executed in
[in]portPort to connect over
[in]tgt_ticketAuthentication for requests
[in]debugDetermines if the macro is run in debug mode
[out]out_atm_results_key_varKey of the resulting analysis data (the output transition matrix)
[out]out_exceptionsTable with any exceptions during analysis data storage
[out]out_analysis_dataThe output transition matrix
[out]out_partition_listList of partitions for the analysis data
[out]out_link_instanceAnalysis data linked instances
Author
SAS Institute Inc.
Date
2021

Definition in file irmst_run_atm_overlay.sas.