Page 1 of 1

Difference

Posted: Tue Jul 30, 2002 3:34 am
by vbalacts
Hi All,
Can anyone tell me the difference between @OUTROWNUM and @INROWNUM? I have used both variables for sequence number generation and I dont find any difference between them. Can anyone help me on this?

Thanks,
Bala

Posted: Tue Jul 30, 2002 7:30 am
by cmueller
@INROWNUM is the number of rows coming in and @OUTROWNUM is the number coming out per link.If all rows go through then they will be the same. But if you put a constraint for example on an output link, then they will be different.

Posted: Wed Jul 31, 2002 2:54 am
by vbalacts
Thanks cmueller. SO, if i want to generate sequence number where there are some constraints in the Transformer, then I have to use @OUTROWNUM. Is this right?

Thanks,
Bala

Posted: Sun Aug 04, 2002 7:18 pm
by cmueller
Yes, that is correct.