Imports lookup tables from the specified CSV file into the rules database.
Restrictions: | This macro must be run on the server tier. |
The same user can run any of import macros at the same time. However, different users cannot run the same import macro simultaneously. |
specifies the full pathname to the CSV file where you want the macro to write any records that were not imported to the rules database. See Using the %BRM_IMPORT_LOOKUP 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 rules database and is displayed in the SAS Decision Manager interface.
Default | User ID of the user that is running the macro |
enables you to override the lock that another user has on the importing process. See Using the %BRM_IMPORT_LOOKUP Macro for more information.
Default | N |
AU
and
the value Australia
into the lookup
table Country_Codes
and to specify
a blank column for the description, specify the following in the CSV
file: Country_Codes,,AU,Australia,Loans/Retail
Column
|
Description
|
Can Column Be Blank
|
---|---|---|
FOLDER_PATH
|
The pathname to the
business rules folder where you want to import the lookup table. This
path must exist. Separate folder names with forward slashes.
|
No
|
LOOKUP_NM
|
The name of the lookup
table.
|
No
|
DESCRIPTION
|
The description of the
lookup table.
|
Yes
|
NAME
|
The lookup key.
|
No
|
VALUE
|
The lookup value.
|
Yes
|