Results algorithm
Results algorithms are used to manipulate the return codes of batch jobs.
Results algorithms are an optional feature of the batch programming model. The algorithms are applied to batch steps through XML Job Control Language (xJCL).
These algorithms are place holders for triggers based on step return codes. For example, the com.ibm.wsspi.batch.resultsalgorithms.jobsum class which returns the highest return code of the job steps within a batch job.
For more information see Results algorithms in the WebSphere Application Server product documentation.