Search found 3 matches

by fish
Wed Jan 21, 2009 4:14 pm
Forum: General
Topic: looping
Replies: 6
Views: 2080

re:looping

You don't need to create a parameter in the Sequence job itself for this, however the Server job will of course need one. The Job Activity stage will show all of the parameters associated with the job to run and allow you pass values from the Sequence job to the Server job, be that parameters or va...
by fish
Wed Jan 21, 2009 3:41 pm
Forum: General
Topic: looping
Replies: 6
Views: 2080

loop

Sure, you can send the current loop counter as a job parameter to an activity inside the loop. Use the name of your Start Loop stage followed by ".$Counter" as the value. Note this is directly accessable from the "External Parameter Helper" / "Insert Parameter Value" p...
by fish
Wed Jan 21, 2009 12:11 pm
Forum: General
Topic: looping
Replies: 6
Views: 2080

looping

Being in the process of learning datastage, I have a question and will start here with it. I have a sequence job that then calls a server job. I would like to use a loop with the sequence and would like to pass the loop counter down to the server job and used as a variable in a transformer, but I am...