Search found 16 matches

by taral
Thu Jul 22, 2010 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 2538

did a sorting on both the fields emp_id and emp_date(secondary sort key)
then after use a remove duplicate stage (emp_id as a key column) to remove the duplicate.
by taral
Thu Jul 22, 2010 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 6869

Did not find any blog related to server job performance and in which condition to use server jobs.
by taral
Tue Jul 20, 2010 10:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 6869

what is the name of the site?
by taral
Tue Jul 20, 2010 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 6869

Why use server job?

why use server job when we have parallel jobs which run much faster than server jobs?
by taral
Wed Jun 23, 2010 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 5527

Didi not find Sort stage in Datastage 7X server
by taral
Wed Jun 23, 2010 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 5527

Didi not find Sort stage in Datastage 7X server
by taral
Wed Jun 23, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 2538

The input sequential file contains same emp_id but can have different date. The output should have single row containing emp_id, sal , date which is latest. Looking at the example it should have output dataset as: EMP_ID EMP_SAL EMP_DATE 1 100 01/01/2010 2 300 01/01/2011 3 200 01/01/2009 4 100 01/01...
by taral
Wed Jun 23, 2010 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 2538

The out should contain Emp_id which contains latest date.
And what is head/tail commands?
by taral
Wed Jun 23, 2010 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 2538

Logic to get the ID with last date

Have a sequential file Columns: EMP_ID EMP_SAL EMP_DATE 1 100 01/01/2009 4 200 01/01/2005 2 300 01/01/2011 2 400 01/01/2009 1 100 01/01/2010 3 200 01/01/2009 4 100 01/01/2007 3 300 01/01/2006 . . . Output should contain the the emp_ID who has the latest date
by taral
Fri Jun 18, 2010 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sort data from sequential file?
Replies: 12
Views: 5527

How to Sort data from sequential file?

Sorting data from sequential file.
by taral
Thu Jun 17, 2010 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More info on "PreviousRowCompare"
Replies: 2
Views: 1663

More info on "PreviousRowCompare"

Where do i get info about "PreviousRowCompare"?
by taral
Wed Jun 09, 2010 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is Subroutine?
Replies: 3
Views: 2462

What is Subroutine?

Define Subroutine.
by taral
Mon May 17, 2010 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement SCD2 in server jobs
Replies: 1
Views: 1368

How to implement SCD2 in server jobs

I am planning to apply SCD2 in server jobs. Can someone help me in the logic
by taral
Wed May 12, 2010 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign previous value to stage variable?
Replies: 4
Views: 4655

Thank You kondeti.

Do you mean
SCurrent value needs to be assigned to SPrev.
by taral
Tue May 11, 2010 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign previous value to stage variable?
Replies: 4
Views: 4655

How to assign previous value to stage variable?

I want to remove duplicate using stage variable.
For doing this I need to compare the current value of column with the previous value.
How do I maintain previous value in the stage variable?