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

Create a loss distribution summary table from a value_at_risk_detail table. More...

Go to the source code of this file.

Detailed Description

Create a loss distribution summary table from a value_at_risk_detail table.

Parameters
[in]hostHost url, including the protocol
[in]serverName of the Web Application Server that provides the REST service (Default: SASRiskGovernanceFramework)
[in]portServer port (if blank, default port 80 will be used). Default: 7980
[in]usernameUsername credentials
[in]passwordPassword credentials: it can be plain text or SAS-Encoded (it will be masked during execution).
[in]authMethodAuthentication method (accepted values: TOKEN/SSO). Used when Username/Password credentials are left blank to determine the authentication method. (Default: TOKEN).
[in]tgt_ticketTicket granting ticket. If provided, this TGT ticket is used to obtain a Service ticket for the requested REST resource
[in]nameName of the instance of the RGF object that is created with this REST request
[in]descriptionDescription of the instance of the RGF object that is created with this REST request
[in]cred_risk_detail_keyThe Rk of the credit_risk_detail table
[in]analysis_run_keyThe Rk of the anaysis run that created the credit risk detail table (ignored if cred_risk_detail_key is specified)
[in]base_datebaseDate for the analysis data object
[in]cycle_id= cycle ID if linking to an analysis run
[in]entity_id= entity ID for the analysis data object
[in]status_cd= status code for the analysis data object
[in]schema_nameThe schema name of the data definition to link to.
[in]schema_versionThe schemaVersion of the data definition to link to.
[in]libref= irm_rgf_store_analysis_data arg
[in]logOptionsLogging options (i.e. mprint mlogic symbolgen ...)
[in]restartLUA.Flag (Y/N). Resets the state of Lua code submission for a SAS session if set to Y (Default: Y)
[in]clearCacheFlag (Y/N). Controls whether the connection cache is cleared across multiple proc http calls. (Default: Y)
[out]out_exceptions= irm_rgf_store_analysis_data arg
[out]out_analysis_data= irm_rgf_store_analysis_data arg
[out]out_partition_list= irm_rgf_store_analysis_data arg
[out]out_data_definition= irm_rgf_store_analysis_data arg
[out]out_link_instance= irm_rgf_store_analysis_data arg
[out]outVarTicketName of the output macro variable which will contain the Service Ticket (Default: ticket)
[out]outSuccessName of the output macro variable that indicates if the request was successful (&outSuccess = 1) or not (&outSuccess = 0). (Default: httpSuccess)
[out]outResponseStatusName of the output macro variable containing the HTTP response header status: i.e. HTTP/1.1 200 OK. (Default: responseStatus)
Author
SAS Institute Inc.
Date
2020

Definition in file irmst_create_loss_dist_summary.sas.