Link order of execution

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
htrisakti3
Charter Member
Charter Member
Posts: 36
Joined: Thu Jun 10, 2004 11:22 pm

Link order of execution

Post by htrisakti3 »

I have 2 links from transformer that writes to hash.

can I guarantee that link1 is always executed first before link2 ?

I want to use link1 to clear hash first before writing.
akhiln
Participant
Posts: 32
Joined: Fri May 07, 2004 6:46 am
Location: Bangalore

Post by akhiln »

Why you need a separete link for clearing the hash file. You can check the "Clear file before writing" option in the hash file.

Thanks,
Akhil
DEVESHASTHANA
Participant
Posts: 47
Joined: Thu Sep 16, 2004 5:26 am
Location: India

Post by DEVESHASTHANA »

In addition to what Akhil has said, for link order just go to transformer stage properties ,there you will find linkordering tab you can select link order there ,

regards,
Devesh
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Post by hexa »

In the transformer stage property window go to the link Ordering tab you can check you need the order.

you can also clear the hash file before writing. Input tab----> update action select clear file before writing


Hexa
Post Reply