Imports the folder definitions in the specified CSV file into the SAS Decision Manager database.
Requirement: | This macro must be run on the server tier. |
specifies the full pathname to the CSV file where you want to import the data from. For more information, see Format of the Folder CSV Input File.
specifies the full pathname to the CSV file where you want the macro to write any records that were not imported to the SAS Decision Manager database. See Using the %BRM_IMPORT_FOLDER Macro for more information.
specifies the user ID that you want to be associated with the data that is imported. This user ID is associated with the imported objects in the SAS Decision Manager database and is displayed in the interface.
Default | User ID of the user that is logged on to the server and running the macro |
Applications,,N,Loans/Retail
Column
|
Description
|
Can Column Be Blank
|
---|---|---|
FOLDER_NM
|
The name of the folder
where you want to import the contents of the CSV file.
|
No
|
FOLDER_DESC
|
The description of the
folder.
|
Yes
|
TOP_LEVEL_FOLDER_FLG
|
Specifies whether the
folder is a top-level folder. Specify
Y or N .
|
No
|
FOLDER_PATH
|
The pathname to the
business rules folder where you want to import the contents of the
CSV file. This pathname must exist. Separate folder names with forward
slashes.
|
No
|