Exports rule sets from the SAS Decision Manager database into a CSV file. You can modify the CSV file and use it as input to the %BRM_IMPORT_RULESET macro.
Requirement: | This macro must be run on the server tier. |
Tip: | You can modify the data values in the exported CSV file, and then re-import the data. However, do not modify the CSV file structure (column or row order). |
specifies the full pathname to the CSV file for the exported data.
specifies the rule sets that you want to export. Specify ALL to export all rule sets. To export only selected rule sets, specify the identification numbers of the rule sets. Separate multiple identification numbers with commas.
Example | rulesets=%str(10168,10043) |
specifies the full pathname for the business rules folder from which you want to export rule sets. Use a forward slash to separate folder names.