Executing data processing by step execution
For regular data processing, the processes from inputting data to evaluating conditions and outputting data to files are performed collectively. Now, you can execute the data processing step by step just as the debugging process of a program, and confirm each process. This is called step execution.
You can use step execution to check each operation process of data processing and analyze the cause of unintended conversion.
-
If standard input or standard output is specified for the data processing information, an error will occur during step execution. Make sure that standard input and standard output are not specified before you perform step execution.
-
The result of step execution will not be output to the data processing log.

Screen 7.1 Step execution