Exports rule sets from the rules database into a CSV file.
Restriction: | This macro must be run on the server tier. |
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 enclosed in quotation marks. Separate multiple identification numbers with commas.
Tip | You can filter the rule sets that are exported by specifying the FOLDER_PATH= option. |
Example | rulesets=%str(168,43) |
specifies a business rules folder pathname in SAS Decision Manager that you want to filter the output by. If you specify a folder pathname, then only the objects in that path are exported. For example, if you specify RULESETS=ALL and FOLDER_PATH=RetailLoans, then only the rule sets in the folder RetailLoans are exported. If you specify RULESETS=%STR(10045,10572) and FOLDER_PATH=RetailLoans, but neither of the specified rule sets are in the RetailLoans folder, then no rule sets are exported.
Use a forward slash to separate folder names.
Example | FOLDER_PATH=Loans/Retail/Applications |