Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
MOD - Find remainder of division in Informatica
Forget Code
Informatica
MOD - Find remainder of division
Modulus or remainder of division can be computed using modulus operator
Syntax
MOD( numeric_value, divisor )
Argument
Required/Optional
Description
numeric_value
Required
Numeric datatype. The values you want to divide. You can enter any valid transformation expression.
divisor
Required
The numeric value you want to divide by. The divisor cannot be 0.
Example
MOD( PRICE, QTY )
PRICE
QTY
RETURN VALUE
20.00
2
0
22.00
5
2
11.00
2
1
18.00
3
0
NULL
3
NULL
24.00
NULL
NULL
20.00
0
Error. Integration Service does not write row.
Tags for MOD - Find remainder of division in Informatica
modulus operator in informatica
modulo operator in informatica
calculate modulus or remainder in informatica
use of mod function in informatica
division informatica
mod function in informatica example
find remainder in informatica
how to use mod function in schedular in infromatica
informatica remainder
javascript
Contribute to Forget Code, help others.
Add snippet