Imports vocabulary terms from 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 that defines the vocabulary that you want to import. For more information, see Format of the Vocabulary 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_VOCABULARY 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 |
'Low'
and 'High'
.Loan_Vocab,,ApplicationEnt,,Priority,,Integer,discrete,(1-10),N,N,Loans/Retail Loan_Vocab,,ApplicationEnt,,RiskCategory,,Character,discrete,(Low;High),N,N,Loans/Retail
Column
|
Description
|
Can Column Be Blank
|
---|---|---|
VOCAB_NM
|
The name of the vocabulary
where you want to add entity and term specified by VOCAB_ENTITY_NM
and VOCAB_TERM_NM.
|
No
|
VOCAB_SHORT_ DESC
|
The description of the
vocabulary.
|
Yes
|
VOCAB_ENTITY_NM
|
The name of the entity
that the term in the VOCAB_TERM_NM column belongs to.
|
No
|
VOCAB_ENTITY_ SHORT_DESC
|
The description of the
entity.
|
Yes
|
VOCAB_TERM_NM
|
The name of the term.
|
No
|
VOCAB_TERM_ SHORT_DESC
|
The description of the
term.
|
Yes
|
VOCAB_TERM_DATA _TYPE_TXT
|
The data type of the
term. Specify
Character , Decimal , Integer , Boolean , Date ,
or Datetime .
|
No
|
VOCAB_TERM_ DOMAIN_TYPE_TXT
|
The domain type for
the term. Specify
discrete , continuous ,
or Boolean . A domain value is discrete
if it is just an individual value such as 5.3 or 18JUL2012:10:25:00 .
A domain value is continuous if it specifies a range such as >5 or <18JUL2012:10:25:00 .
Terms that are assigned the data type Character can
have discrete domain values only. Boolean terms can have Boolean domain
values only.
|
No
|
VOCAB_TERM_ DOMAIN_TXT
|
The set of expected
values for a term. Separate individual domain values with a semi-colon
(;). See Specify Domain Values in SAS Business Rules Manager: User’s Guide for more information.
|
Yes
|
VOCAB_TERM_ INPUT_EXCLUDE_
FLG
|
Specifies whether the
term must be mapped to a column in an input data set. Specify
Y or N .
|
No
|
VOCAB_TERM_ OUTPUT_EXCLUDE_
FLG
|
Specifies whether to
exclude the term from the output data sets created by rule flows.
Specify
Y or N .
|
No
|
FOLDER_PATH
|
The pathname to the
business rules folder for the rule flow. This pathname must exist.
Separate folder names with forward slashes.
|
No
|