A generic batch step works with one input and one output stream. This step during each iteration of the batch loop reads a single entry from the BDS Input Stream passes it to the BatchRecordProcessor for processing. The BatchRecordProcessor returns the processed data which is then passed to the BDS output stream.
Use the following properties to implement the generic batch step.
Property name | Value | Description |
---|---|---|
BATCHRECORDPROCESSOR | Java class name | Class implementing the BatchRecordProcessor interface |
Property | Value | Description |
---|---|---|
debug | true or false (default is false) | Enable tracing and debugging on the step |
EnablePerformanceMeasurement | true or false (default is false) | Measure time spent within the step |
In this information ...Related concepts
Related tasks
| IBM Redbooks, demos, education, and more(Index) |