z/OS Batch Runtime Planning and User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Generic batch step (GenericXDBatchStep)

z/OS Batch Runtime Planning and User's Guide
SA23-1376-00

A generic batch step works with exactly 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.

Table 1. Required properties
Property name Value Description
BATCHRECORDPROCESSOR java class name

Class implementing the BatchRecordProcessor interface

Table 2. Optional properties
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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014