Introduction to the Import and Export Macros

SAS Business Rules Manager provides the following macros for importing data into the SAS Decision Manager database and exporting data from the database. These macros must be run on the server tier.
%BRM_CREATE_TEMP_TERM
reads a CSV file or a SAS data set and produces a SAS data set named WORK.TERM that can be used as input to the %BRM_LOAD_VOCABULARY macro.
%BRM_EXPORT_FOLDER
exports definitions of business rules folders into a CSV file.
%BRM_EXPORT_LOOKUP
exports the contents of lookup tables into a CSV file.
%BRM_EXPORT_RULE_FLOW
exports rule flows from the SAS Decision Manager database into a CSV file.
%BRM_EXPORT_RULESET
exports rule sets from the SAS Decision Manager database into a CSV file.
%BRM_EXPORT_VOCABULARY
exports vocabularies from the SAS Decision Manager database into a CSV file.
%BRM_IMPORT_FOLDER
imports folder definitions from a CSV file into the SAS Decision Manager database.
%BRM_IMPORT_LOOKUP
imports lookup tables from a CSV file into the SAS Decision Manager database.
%BRM_IMPORT_RULE_FLOW
imports rule flows from a CSV file into the SAS Decision Manager database.
%BRM_IMPORT_RULESET
imports rule sets from a CSV file into the SAS Decision Manager database.
%BRM_IMPORT_VOCABULARY
imports vocabulary terms from a CSV file into the SAS Decision Manager database.
%BRM_LOAD_VOCABULARY
loads the vocabulary terms that are defined in the WORK.TERM data set into the SAS Decision Manager database.
Note: The same macro can be run simultaneously by multiple users. However, running import macros concurrently is not recommended.
Last updated: February 22, 2017