Search found 3 matches

by passtosekar
Mon Apr 26, 2010 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement user sort ?
Replies: 1
Views: 874

How to implement user sort ?

Hi,
My input records are as like below,
South,
North,
West,
East.

I need below mentioned output in a sequential file.

West,
North,
East,
South.

Please help me to achive this.

Regards,
Sekar.
by passtosekar
Mon Apr 26, 2010 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue Reading Windows Path in External Source Stage
Replies: 2
Views: 1497

Re: Issue Reading Windows Path in External Source Stage

All, I am using External Source Stage to Read XML file Name and pass this to the subsequent XML Input stage. I am choosing the URL path in XML Input stage. The issue is with the Specific Program in External Source Stage. I need to read a file say "A.xml" which is placed in "D:/FILES&...
by passtosekar
Mon Apr 26, 2010 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture duplicates
Replies: 3
Views: 1715

Re: capture duplicates

safeway*9 wrote:hi guys,


How to capture duplicates by using transformer stage?


please help me..

Thanks,
madhavi
Hi Madhavi,
Use Stage variables in the Transformar stage. Before passing inputs into to transformer stage sort the input record.

I think this clarifies your doubts.

By,
Sekar.