Implementation Tips

In this section:

This topic contains tips for more effective implementation of iWay DQC rules and conventions.


Top of page

x
Using Includes

When you use includes, there is a list of included Plans below the work area. The order of includes in the list is based on the order in which the includes were inserted.

Important: You cannot change the order of includes at a later time. The only way to change the order is to remove the includes and add them again. In other words, you must repeat the process of adding the includes to change their order in the list.

The name of the include symbol, visible in a Plan, is derived from its physical file name.

The following image shows the name of an include symbol that is visible in a Plan.

Name of an include symbol


Top of page

x
Distinguishing Between Includes and Components

You can structure a Plan in one of two ways:


Top of page

x
Using the Text File Writer Step

Keep the following tips in mind:


Top of page

x
Using the Column Assigner Step

To score a change in a Column Assigner (CA) step, be aware that each change between input and output values will be scored. For example, when you initially store a value in an empty field, the score and explanation will be written.

To score only modified values, use the following assignments:

The scorer will be applied only if the value was modified. When pur_name is equal to capitalize(pur_name), no scoring is done.

For more complex assignments that occur in CA according to a condition or rule, use the Scoring Simple step or the Scoring step instead of the internal CA scorer. Inside of these steps, you can define conditions that specify when and how to score.


iWay Software