Transformer stage variable sequence

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deeplind07
Participant
Posts: 31
Joined: Mon Jun 28, 2010 5:15 am
Location: pune

Transformer stage variable sequence

Post by deeplind07 »

Hi,

What i wanted to know is that if there are 3 stage variables defined in a transformer namely a,b,c..which stage variable is dervied first, is there some sore of orderring that needs to be mentioned in the transformer properties.

Thanks!!
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Re: Transformer stage variable sequence

Post by soumya5891 »

If you defined stage variable like following way

sVar1
sVar2
sVar3

Then the order of execution will be sVar1 then svar2 then sVar3
Soumya
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

To put it another way, they are derived in the order in which you place them in the grid. You can re-order this grid in the Stage Variable properties window.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
deeplind07
Participant
Posts: 31
Joined: Mon Jun 28, 2010 5:15 am
Location: pune

Post by deeplind07 »

Thanks!!
Post Reply