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

Retrieve Analysis Data for the report generation. More...

Go to the source code of this file.

Detailed Description

Retrieve Analysis Data for the report generation.

Parameters
[in]RUN_OPTIONGlobal parameter table for the jobflow execution
[in]REPORT_OPTIONGlobal parameter table for the report generation
[in]%ds_in_rpt_configInput report configuration table. Contains the list of all available reports
[in]%ds_in_data_source_configInput configuration table. Contains the list of analysis data objects to retrieve from the data repository
[out]%ds_out_rpt_configOutput report configuration table. Subset of the input report configuration table: contains the list of reports to be generated
[out]%ds_out_rpt_analysis_dataOutput table containing metadata information about all analysis data objects that were retrieved from the data repository.

This node makes a call to macro irm_rgf_retrieve_analysis_data.sas to retrieve the requested tables from the data repository.

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