Introduction to the Import and Export Macros

SAS Decision Manager provides the following macros for importing data into the rules database and exporting data from the rules 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 rules database into a CSV file
%BRM_EXPORT_RULESET
exports rule sets from the rules database into a CSV file
%BRM_EXPORT_VOCABULARY
exports vocabularies from the rules database into a CSV file
%BRM_IMPORT_FOLDER
imports the folder definitions that are in the specified CSV file into the rules database.
%BRM_IMPORT_LOOKUP
imports lookup tables from the specified CSV file into the rules database.
%BRM_IMPORT_RULE_FLOW
imports rule flows from a CSV file into the rules database
%BRM_IMPORT_RULESET
imports rule sets from a CSV file into the rules database
%BRM_IMPORT_VOCABULARY
imports vocabulary terms from a CSV file into the rules database
%BRM_LOAD_VOCABULARY
loads the vocabulary terms into the WORK.TERM data set that was created by the %BRM_CREATE_TEMP_TERM macro.