PowerCenter
- PowerCenter 10.5.7
- All Products
rollBack();
// If row is not legal, rollback and fail session. if (!isRowLegal()) { rollback(); failSession(“Cannot process illegal row.”); } else if (rowsProcessed==100) { commit(); rowsProcessed=0; }