Step execution of data processing

A regular data processing operation executes the processing of inputting files, determining conditions, and outputting to files in a batch. This data processing can be executed by checking the process like a debugger for a program. This is called a step execution.

You can use step execution to analyze the causes of any unintended conversions and check each operation of data processing.

To start the step execution:

1) Open the Step Action screen from the Data Processing Settings screen, and set a break point.

2) Start the step execution.

3) The process stops at the break point you set in step 1 above. Review the validity of the process up to this point.

Screen 6.3 Step execution of data processing