Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

MOD - Find remainder of division in Informatica

Modulus or remainder of division can be computed using modulus operator
Syntax
MOD( numeric_value, divisor )

ArgumentRequired/OptionalDescription
numeric_valueRequiredNumeric datatype. The values you want to divide. You can enter any valid transformation expression.
divisorRequiredThe numeric value you want to divide by. The divisor cannot be 0.

Example
MOD( PRICE, QTY )

PRICEQTYRETURN VALUE
20.0020
22.0052
11.0021
18.0030
NULL3NULL
24.00NULLNULL
20.000Error. Integration Service does not write row.