Page 1 of 1

one time execution of output link

Posted: Wed Feb 16, 2005 9:28 pm
by bryan
How can I make datastage to execute one of the output link in a transformer only once irrespective of input rows.

I dont want the output link to be executed everytime a record comes in. I am trying to hold a value and I want it to be incremented only once for a load.

@INROWNUM=1 didnt work because the value I am reading is from the lookup.


Thanks

Posted: Wed Feb 16, 2005 9:34 pm
by susanm
Try @OUTROWNUM = 1.

Susan.

Posted: Wed Feb 16, 2005 9:43 pm
by bryan
That was easy. Thanks