Output Link ordering in Transformer Stage

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
caterin_huang
Participant
Posts: 48
Joined: Tue Jan 26, 2010 4:05 am
Location: Indonesia

Output Link ordering in Transformer Stage

Post by caterin_huang »

Hi,
I have a question..
I have 4 stage in a parallel job.

Code: Select all

Sequential File -> Transformer -> ODBC Stage
                          |
                          v
                   Sequential File
Both output link from the transformer is stream link.
My question is, it is possible for transformer to finish the output link to ODBC stage first, then continue to sequential file? I don't want both of them work paralelly. I have set the execution mode in transformer stage properties to sequential, and I have order the link as I want, but it still work parallelly. Is it any other properties that I should set?

Thanks,
Caterin
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is not possible in a single parallel job. You would need two jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
caterin_huang
Participant
Posts: 48
Joined: Tue Jan 26, 2010 4:05 am
Location: Indonesia

Post by caterin_huang »

ray.wurlod wrote:It is not possible in a single parallel job. You would need two jobs. ...
Ok,thanks very much for the info
Post Reply