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


PercentageBasedThresholdPolicy

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

This policy provides a common batch container implementation of the ThresholdPolicy interface.

The percentageBasedThresholdPolicy is applicable only if the ThresholdBatchStep is used. It calculates the percentage of the number of error records processed to the total number processed. If the result is greater than the threshold, it forces the job to go into restartable state.

Table 1. Optional properties
Property Value Description

debug

true or false (default is false)

Enable tracing and debugging on the step

minimum_threshold_sample_size

Integer value (default is 20)

The minimum number of records to process before checking for threshold breach.

threshold_threshold

Double value (default is 0.1)

The acceptable percentage of errors.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014