seq file

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
agpt
Participant
Posts: 151
Joined: Sun May 16, 2010 12:53 am

seq file

Post by agpt »

Hi All,

Has anyone ever used a sequential file for look up as reference table?
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Sequential file can be used in lookup as reference.

What do you want to know?
You are the creator of your destiny - Swami Vivekananda
agpt
Participant
Posts: 151
Joined: Sun May 16, 2010 12:53 am

Post by agpt »

anbu wrote:Sequential file can be used in lookup as reference.

What do you want to know?
Thanks Anbu. What exactly is a difference between file set and a sequential file. I have 5 sequential files which I need to use as reference for one input only. One option is I can append them to each other and make one large file and use it in reference. Is it possible to keep these 5 files as individual files only and create a file set which would read all of them one by one ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Another possibility, if all have the same record structure, is to read them all using a Sequential File stage with the "read as File Set" property enabled.
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