Page 1 of 1

Number must be postive value, if negative reject

Posted: Tue Jun 12, 2012 10:12 pm
by e1994264
Hi,
I am reading data from mainframe system. we are getting negative and positive value for partcular column. What are functions do we need in transformation stage for checking the Positive and Negative value of a particular column

Transformation rules:
Number must be postive value, if negative reject

Re: Number must be postive value, if negative reject

Posted: Tue Jun 12, 2012 11:01 pm
by SURA
Val < 0

Posted: Wed Jun 13, 2012 12:48 am
by ray.wurlod
InLink.Value >= 0 on output link constraint.
InLink.Value < 0 on reject link. You could also employ Otherwise/Log for this link.