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

This macro initializes the IRM environment. More...

Go to the source code of this file.

Detailed Description

This macro initializes the IRM environment.

Parameters
[in]env_pathPath to the root folder of the data environment - this would be the folder that contains the landing_area
[in]source_pathPath to the root folder of the Federated Content Area (root folder, excluding the Federated Content folder)
[in]fa_idName of the Federated Content folder
[in]config_set_idConfiguration Set Id. Determines which configuration tables the libraries will point to.
[in]base_dtBase Date (format: DDMMMYYY) - mutual exclusive use with base_dttm
[in]base_dttmBase Datetime (format: DDMMMYYYY:HH:MM:SS) - mutual exclusive use with base_dt
[in]setupLUAdetermines if LUA must be set up (Y) or not (N) - Default is Y
[in]live_ETLdetermines whether to use the input_area introduced in IRM 3.4 (N = legacy behaviour thus data loaded directly in landing area)
[in](Optional)landing_area_folder Folder in the landing_area/input_area where the data resides. This would typically be a scenario name. Leave empty when not relevant.

This macro declares the following SAS libraries:

  • FW_IN -> Stores all historical input data
  • FW_GBL -> Global parameter tables
  • LA_STAT -> Configuration tables
  • LA_MAP -> Mapping tables
  • LA_STAGE -> Staging tables (in landing area - subset of the input data for a given base date)
  • IA_STAGE -> Staging tables (in input area - subset of the input data for a given base date - only when live_ETL = Y)
Author
SAS Institute Inc.
Date
2015

Definition in file irm_setup.sas.