In Informatica PowerCenter, the CUME() function calculates cumulative/running totals within a group. Unlike simple aggregation functions like SUM(), CUME maintains a running accumulation across rows, making it the correct choice for running total calculations.