value of the 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
4friends
Participant
Posts: 71
Joined: Tue May 01, 2007 12:51 pm
Location: Mumbai

value of the stage variable

Post by 4friends »

i have one parallel job

source i have 100 records,i am running job on 4 node configuration,using the round robin partion before transformer,the targets are 4 files.

i am using a stage variable in transformer to count how many rows are went to the target.

in this case what is the value of the stage variable?
thanks & regards
kk
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Sounds like an interview question. Did you try it? What value did you get. Should be 25 if the transformer is running in parallel and 100 if it is explicitly set to run in sequential mode.
Post Reply