Generate Excel reports. More...
Go to the source code of this file.
Generate Excel reports.
[in] | RUN_OPTION | Specifies runtime parameters for the execution. See run_option.sas for details. |
[in] | ds_in_cardinality | Controls the level of parallelization for IRM data partitioning |
[in] | ds_in_rpt_config | Lists the reports to be generated. See for details. ds_in_rpt_parameters Contains report-specific parameters that control the generation process. See report_parameters.sas for details. ds_in_rpt_sources Contains the list of all data sources that were extracted from the data repository. ds_out Output dataset containing the list of reports generated 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_run.sas.