Search found 4 matches

by reshmakr
Sun Nov 01, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help to filter records
Replies: 7
Views: 4188

Yes you can do it using remove duplicate followed by join stage. I sorted the records such that i get the maximum id on top ad retain first record. use a copy stage before the remove duplicate. Take anther link from there which has all the records. now use inner join with maxid as the key.it will gi...
by reshmakr
Wed Oct 14, 2009 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help to filter records
Replies: 7
Views: 4188

Thanks Grimm , Grace and Sasikaran for your replies. I tried using remove duplicate and Join stage and i am getting the desired output..... I treid aggregator as well. And thanks ray for your suggetion. I could resolve it with the help of dsxchange and without contacting official support provider. I...
by reshmakr
Tue Oct 13, 2009 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help to filter records
Replies: 7
Views: 4188

Need help to filter records

I have few records like this

11, A,B,C
11,A,B,C
10,A,B,C
10,A,B,C
9,A,B,C

suppose the first column is ID. i need all the records which has the maximum id for the combination of 2nd,3rd and 4th column.
My output should be
11,A,B,C
11,A,B,C

how do it do it? Please help. Its urgent
by reshmakr
Tue Sep 02, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Job Logs from director using unix shell script
Replies: 3
Views: 2241

Extracting Job Logs from director using unix shell script

Please let me know how to extract latest datastage job logs from the director using unix shell scripting.