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

Setup pre-process configuration. More...

Go to the source code of this file.

Detailed Description

Setup pre-process configuration.

Parameters
[in]ST_PRM.RUN_OPTIONSpecifies runtime parameters for the execution. See run_option.sas for details.
[in]ST_CFG.EXECUTION_CONFIGExecution configuration.
[out]ST_STG.PRE_PROCESS_CONFIG_STAGE1Output dataset containing the pre-process configuration for the stage 1 execution
[out]ST_STG.PRE_PROCESS_CONFIG_STAGE2Output dataset containing the pre-process configuration for the stage 2 execution
[out]ST_STG.PRE_PROCESS_CONFIG_STAGE3Output dataset containing the pre-process configuration for the stage 3 execution

Input table ST_CFG.EXECUTION_CONFIG is filtered on EXECUTION_GROUP = "Pre-process". Each of the output tables contains the records for the corresponding value of column EXECUTION_STAGE.

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
2019

Definition in file irmst_node_prepare_preprocess.sas.