Is it possible for you to purchase a premium membership?
Premium membership is not expensive, at less than 30c per day. Premium membership is one of the ways that the hosting and bandwidth costs of DSXchange are met. I do not propose to prejudice the ongoing existence of DataStage.
Search found 53125 matches
- Tue Sep 08, 2009 3:00 pm
- Forum: General
- Topic: Requires Information About the Qualitystage Certification
- Replies: 4
- Views: 1906
- Tue Sep 08, 2009 12:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Perf Issue when reading .csv file using sequential Stage
- Replies: 16
- Views: 5587
Create this job and identify the read time.
Investigate using two readers per node.
Code: Select all
SequentialFile -----> Copy- Tue Sep 08, 2009 12:25 am
- Forum: General
- Topic: Configuration of Information Server V 8.0.1 on Windows XP
- Replies: 14
- Views: 6016
- Tue Sep 08, 2009 12:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs are not visible in the designer
- Replies: 1
- Views: 748
- Tue Sep 08, 2009 12:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week of the year
- Replies: 3
- Views: 1302
Note that the two solutions (the one from Arnd and the built-in one) will yield different results. This is because different business rules are being followed. The WEEK.TAG Transform (which invokes ConvertTag() function) specifies that week numbers begin from 1, and that the first week of the year i...
- Mon Sep 07, 2009 8:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup error
- Replies: 8
- Views: 2980
- Mon Sep 07, 2009 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Doubt regarding rank...
- Replies: 6
- Views: 1903
My advice remains not to attempt RANK within DataStage. If you must attempt it, you need sorted data and stage variables to calculate the rank. Remember not to increase the rank by 1 when the key column value does not change, but to increase it by the preceding number of detail rows (which you'll ne...
- Mon Sep 07, 2009 5:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recursive lookups
- Replies: 7
- Views: 2568
- Mon Sep 07, 2009 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Doubt regarding rank...
- Replies: 6
- Views: 1903
- Mon Sep 07, 2009 5:25 pm
- Forum: General
- Topic: Requires Information About the Qualitystage Certification
- Replies: 4
- Views: 1906
- Sun Sep 06, 2009 9:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import from fixed length file
- Replies: 51
- Views: 13575
- Sun Sep 06, 2009 9:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cumulative Totals using Stage Variables
- Replies: 5
- Views: 1762
- Sun Sep 06, 2009 8:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cumulative Totals using Stage Variables
- Replies: 5
- Views: 1762
Create two stage variables to detect change in year, and one to accumulate the running total. Initialize all to zero. Ensure that your data are sorted by year for this to make any sense. svYearChange In.Year <> svPrevYear svPrevYear In.Year svRunningTotal If svYearChange Then In.F1 Else In.F1 + svRu...
- Sun Sep 06, 2009 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How does DataStage store Annotations?
- Replies: 17
- Views: 5496
- Sun Sep 06, 2009 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 80011 and libgciudt6.so
- Replies: 6
- Views: 1883