CompareEvaluator
Description
The CompareEvaluator compares a source object container with a target object container. The comparison procedure pays attention to the drop option, the modification rules and the toleration mode. The incompatible action specifies how the task will stop. On ABORT RC is 8 with the result CANNOT_COPY. In the case of SKIP, the incompatible objects (e.g. tables) are removed from source and target object-container. The comparison result and the compatibility report are generated as output files.
Input parameters
| Parameter | Description |
|---|---|
sourceFile |
Source ObjectContainer |
targetFile |
Target ObjectContainer |
comparisonFile |
File path to comparison result output file |
dropOption |
Table Drop Option e.g. DIFFERING, DROP_TB, NOTHING, LEAVE (not comparing non-existing tables) |
modificationRuleFile |
File path to modification rules |
tolerationMode |
ALLOW_TRUNCATION, PREVENT_TRUNCATION, STRICT |
incompatibleAction |
Behavior on incompatibility ABORT, SKIP |
compatibilityFile |
File path to compatibility report output file |