Retrieve Business Evolution Plans from SAS Risk Governance Framework. More...
Go to the source code of this file.
Retrieve Business Evolution Plans from SAS Risk Governance Framework.
[in] | ST_PRM.RUN_OPTION | parameter table |
[out] | ST_STG.BEP_SUMMARY | Output table containing a list of the Business Evolution Plans associated with this Analysis Run |
[out] | ST_STG.BEP_DETAILS | Output table containing details of the Business Evolution Plans associated with this Analysis Run |
[out] | ST_STG.BEP_X_MODEL | Output intersection table. Contains the relationship between Business Evolution Plans, Target Variables and related projection/allocation models |
This node makes a call to macro irm_rest_get_rgf_bep.sas to retrieve the list of Business Evolution Plans that are linked to the current analysis run.
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_bep_init.sas.