Page 1 of 1

To Fetch Stage Variable Output

Posted: Wed Dec 29, 2010 4:01 am
by venkatesan
All,

Can you please let me know how to pass the stage variable output to UserVariables Activity stage.

--
Thanks,
Surya

Re: To Fetch Stage Variable Output

Posted: Wed Dec 29, 2010 7:27 am
by samyamkrishna
you can probably put all the values in a file and use that file in user variable activity.

Posted: Wed Dec 29, 2010 3:42 pm
by ray.wurlod
What you request is impossible as a direct pass. Stage variables occur wholly within Transformer stages in parallel or server jobs. User Variables activities occur in sequence jobs. The one can never occur in the other.

The most direct would be to load the job's user status area with the value of the required stage variable. However, only the stage variable value for the final row will ever be accessible once the Transformer stage closes.