The macro irm_session_prepare.sas will use the values defined inside the RUN_OPTION configuration table to prepare the SAS session. More...
Go to the source code of this file.
The macro irm_session_prepare.sas will use the values defined inside the RUN_OPTION configuration table to prepare the SAS session.
As the RUN_OPTION configuration table is defined inside macrovarload.txt, the content of this table is automatically loaded inside macro variables.
Log verbosity Depending on the value of the LOG_LEVEL macro variable, the solution applies a specific verbosity level to the node log (via the SAS OPTIONS statement)
Additional System Options
Aditional SAS System options can be specified via the SYSTEM_OPTION macro variable inside the RUN_OPTION table. For example, to enable data compression and detailed timing information you could set the value:
Additionally this macro will create a macro variable IRM_NODE_NAME containing the name of the sas program currently being executed by the IRM task.
Definition in file irm_session_prepare.sas.