If you have previously run a
rule flow using the
Location of generated debug
code file option in SAS Data Integration Studio, you
can use the &BRM_USE_EXISTING_CODE macro variable to reduce overhead
when you run the same version of the same rule flow again. On the
Precode
and Postcode tab in SAS Data Integration Studio, set
this macro variable to
Y
:
%LET BRM_USE_EXISTING_CODE=Y;
Setting
this variable eliminates variable remapping and other checks, such
as determining whether the rule flow can be run in-database.