do not sort data into sequential 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
thesri
Participant
Posts: 6
Joined: Mon Oct 09, 2006 11:12 pm
Location: Bangalore

do not sort data into sequential file

Post by thesri »

Hi,
I have a job which writes data into a sequential file from transformer stage, where i sort the data based on 4 columns. Out of these 4 columns, only one column is mapped into output sequential file.

My requirement is to get the previously sorted data into sequential file as it is. Currently collecting method is Auto in sequential file and data sorting is lost.
Can any one help me in preserving previously sorted data while writing into a sequential file.

Thanks in Advance.

Sri
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Have you looked at what other collection methods are available on the input link to the sequential file stage? I suspect that if you do you will easily find the appropriate method.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply