what is the sequence of calculating stage variable

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
tanaya.deshpande@tieto.co
Participant
Posts: 94
Joined: Sun Jul 18, 2010 11:35 pm

what is the sequence of calculating stage variable

Post by tanaya.deshpande@tieto.co »

what is the sequence of calculating stage variable...??

In a trnsformer the stage variables are stated as

var1
var2
var3
var4

which variable gets calculated first
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: what is the sequence of calculating stage variable

Post by samyamkrishna »

Hi,

The sequence is from top to bottom.

First variable gets calculated first.
Then second ,
then third.
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Just FYI: The order above is true of the entire transformer: top to bottom

stage variables 1-x
output links 1-x
output columns 1-x

For pre-IS 8.5 versions, this is a record-by-record basis

The IS 8.5 transformer includes looping and other new options which may somewhat change the order.

The Parallel Job Developer Guides document this reasonably well.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply