Search found 53125 matches
- Tue Aug 11, 2009 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need information about the sort option in merge stage..
- Replies: 6
- Views: 1552
- Tue Aug 11, 2009 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INvoking a store procedure from a routine
- Replies: 5
- Views: 2013
- Tue Aug 11, 2009 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clear the job status
- Replies: 4
- Views: 2096
- Tue Aug 11, 2009 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mulriple excel sheets, multiple table
- Replies: 3
- Views: 1546
Using ODBC each worksheet in a workbook is a separate (system) table. Your DSN points to the workbook and you can import table definitions and otherwise work with the individual worksheets as separate tables. The ODBC driver has its own restrictions, mainly that the worksheet be in tabular format an...
- Tue Aug 11, 2009 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to load RID -
- Replies: 7
- Views: 4622
- Tue Aug 11, 2009 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSLinks from a transformer
- Replies: 10
- Views: 2386
Re: DSLinks from a transformer
Resist stupid requirements!tanmaya wrote: I have a restriction on that I cannot create another job for this.
- Mon Aug 10, 2009 11:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer compilation error
- Replies: 11
- Views: 4154
- Mon Aug 10, 2009 11:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance with Datastage 8
- Replies: 15
- Views: 8911
- Mon Aug 10, 2009 6:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue adding Projects
- Replies: 7
- Views: 3358
- Mon Aug 10, 2009 5:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue adding Projects
- Replies: 7
- Views: 3358
- Mon Aug 10, 2009 5:28 pm
- Forum: General
- Topic: Seq Increment
- Replies: 6
- Views: 1413
The first stage variable (svNewId) determines whether it is a new ID value by comparing the ID value in the current row with the ID value in the previous row (which is stored in svPrevId which has not yet been evaluated in the current row). The middle stage variable (svSeq) resets the count to 1 if ...
- Mon Aug 10, 2009 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance with Datastage 8
- Replies: 15
- Views: 8911
- Mon Aug 10, 2009 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperatorController,1: Null string argument.
- Replies: 15
- Views: 22610
- Mon Aug 10, 2009 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SAS stage license
- Replies: 2
- Views: 1140
- Mon Aug 10, 2009 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partition methods vs performance
- Replies: 4
- Views: 1402
There are two aggregation methods - hash and sort. The former builds a hash table in memory containing the result set, the latter relies on sorted input to avoid the need to do so. There is a memory consumption limit for the hash table at which the alert message is triggered. Modulus algorithm is in...