Sequential File 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
kksr
Participant
Posts: 37
Joined: Fri Dec 30, 2005 5:57 am

Sequential File Stage

Post by kksr »

Hi All,

Can I use sequential File stage as a Referential like for Lookup stage in PX??

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

Post by ray.wurlod »

Yes.

The Lookup stage generates a composite operator. The first loads the contents of the reference source into a virtual Data Set and constructs a hash table with which to index it. The second performs the actual lookups against the virtual Data Set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply