Retrieve Analysis Data for the report generation. More...
Go to the source code of this file.
Retrieve Analysis Data for the report generation.
[in] | RUN_OPTION | Global parameter table for the jobflow execution |
[in] | REPORT_OPTION | Global parameter table for the report generation |
[in] | %ds_in_rpt_config | Input report configuration table. Contains the list of all available reports |
[in] | %ds_in_data_source_config | Input configuration table. Contains the list of analysis data objects to retrieve from the data repository |
[out] | %ds_out_rpt_config | Output report configuration table. Subset of the input report configuration table: contains the list of reports to be generated |
[out] | %ds_out_rpt_analysis_data | Output 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 |
Definition in file irmst_node_report_init.sas.