%BRM_LOAD_VOCABULARY

Loads the vocabulary terms that are defined in the WORK.TERM data set into the SAS Decision Manager database. You can create the WORK.TERM data set by using the %BRM_CREATE_TEMP_TERM macro.

Requirement: This macro must be run on the server tier.

Syntax

%BRM_LOAD_VOCABULARY (FOLDER_PATH=%STR(pathname),
VOCAB_NM=%STR(vocabulary_name),
VOCAB_ENTITY_NM=%STR(entity_name)<, BRM_USER=user_ID>);

Required Arguments

FOLDER_PATH=%STR(pathname)

specifies the pathname to the business rules folder where you want to import the vocabulary terms. Separate folder names with forward slashes.

Requirement The pathname must exist. If the pathname does not exist, the macro terminates and writes an error message to the SAS log.
Example folder_path=%str(Loans/Retail/Applications)

VOCAB_NM=%STR(vocabulary_name)

specifies the name of the vocabulary to which the terms in the WORK.TERM file will be added.

Requirement The vocabulary must not exist. If it already exists, the macro terminates and writes an error message to the SAS log.

VOCAB_ENTITY_NM=%STR(entity_name)

specifies the name of the entity to which the terms in the WORK.TERM file will be added.

Requirement This entity must not exist. If it already exists, the macro terminates and writes an error message to the SAS log.

Optional Argument

BRM_USER=user_ID

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
Last updated: February 22, 2017