Loading a scripted SVB node in a workspace usually requires two files:
1. SVB macro code (.svx file) that has codes to implement the function of the node.
2. The dmi file that calls the .svx macro and takes input information from the user through the SVB node UI.
In a legacy SVB node, you can save the current parameters dialog box with its current settings under a new name, and thus to create a new node accessible to you via the Node Browser.
This option is particularly useful when you have a complex set of specifications that define the typical types of analyses for your work (e.g., such as complex specifications for quality control charts). By saving the settings in the Parameters dialog box under a new name, you can make the settings available as a new node (with the different default settings) for future analyses. Hence, this option provides a quick method for further customizing and "programming" your Data Miner, and specifically, the Node Browser configurations for your Data Miner.
To enable this option, you will need to deselect "Use modern UI for editing scripted nodes" under Options|Documents|Workspaces(check this
KB000032616).
Please note this option only applies to SVB nodes that have original DMI files present in the local machine. In other words, it does not work for a SVB node with original DMI file missing.
The first question is how to save a SVB node with the entered parameters.
The next question is how to find the DMI file of a SVB node with saved parameters.
This article walks through an example to address those two questions.