Loads the vocabulary terms in the WORK.TERM data set that was created by the %BRM_CREATE_TEMP_TERM macro.
specifies the pathname to the business rules folder where you want to import the vocabulary terms. Separate folder names with forward slashes.
Requirement | The path must exist. If the path does not exist, the macro terminates and writes an error message to the SAS log. |
Example | FOLDER_PATH=Loans/Retail/Applications |
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. |
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. |
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.
Default | N |