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


Time-based algorithm

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

The time-based checkpoint algorithm commits global transactions at a specified time interval. The following example declares a time-based algorithm in xJCL:
<checkpoint-algorithm name="timebased">
     <classname>com.ibm.wsspi.batch.checkpointalgorithms.timebased</classname>
     <props>
           <prop name="interval" value="15" />
           <prop name="TransactionTimeOut" value="30" />
     </props>
</checkpoint-algorithm>

The units of interval and TransactionTimeOut properties in the previous example are expressed in seconds.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014