Retrieve Analysis Data. More...
Go to the source code of this file.
Retrieve Analysis Data.
[in] | ST_PRM.RUN_OPTION | parameter table |
[in] | %ds_in_config | Macrovarload table containing the required parameters ANALYSIS_DATA_KEY and ANALYSIS_DATA_DS_NAME |
[out] | %ds_out_sync | Output synchronization table for the data view. |
[out] | %ds_out_dataInfo | Output table containing metadata information about the table that was retrieved. |
[out] | %ds_out_partition_list | Output table containing the list of partition tables that were retrieved from the data repository. |
This node makes a call to macro irm_rgf_retrieve_analysis_data.sas to retrieve the requested table 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_get_analysis_data.sas.