Verification
Verification
Decision tables - and also procedures in metalanguage - can be checked syntactically using the verify function. The following errors are detected:
·Undeclared or misspelled parameters
·Wrong parameter lists or system function names
·Syntax errors in conditions and actions
In case of an error, the appropriate error message is returned. Otherwise, the message "No errors found!" is displayed.
Hint:
The condition or action that contains the error is always displayed only up to the point where the error was found. The source of the error is thus always at the end of the displayed text.
The verification always only finds the first error and is then terminated.
The assessment of decision tables can be performed on the currently active DT, as well as for the entire active compound.