Search found 4992 matches
- Thu Mar 09, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What happens when size increase in a Hash file
- Replies: 5
- Views: 1365
- Thu Mar 09, 2006 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum export size for a DSX
- Replies: 29
- Views: 6524
- Thu Mar 09, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BEST UPSERT TECHNIC
- Replies: 15
- Views: 5056
- Wed Mar 08, 2006 7:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Manipulation in a Flat file
- Replies: 15
- Views: 4746
- Wed Mar 08, 2006 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Manipulation in a Flat file
- Replies: 15
- Views: 4746
- Wed Mar 08, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error codes of DS
- Replies: 1
- Views: 961
- Wed Mar 08, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: initial load
- Replies: 5
- Views: 956
Consider add an OR condition to evaluate to TRUE if there is no date in the hash reference lookup. Something like:
Code: Select all
inlink.DATE_COL > ref.DATE_COL OR ISNULL(ref.DATE_COL)- Wed Mar 08, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BEST UPSERT TECHNIC
- Replies: 15
- Views: 5056
If you take the natural keys in your source data, load them into a work table in your target database, then inner join those keys to your target table and spool those rows to the hashed lookup file, your hashed file will only contain those rows found in the database. During transformation, reference...
- Wed Mar 08, 2006 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best Practices For ETL Development and Datastage Usage
- Replies: 6
- Views: 4313
Your question takes a book to answer. Consider reading Ralph Kimballs ETL Toolkit for starters. Ultimately, it all depends on budget, time to deliver, and complexity of solution. Best Practices for one company are different than the next. A best recommendation would be to engage a consultant who has...
- Wed Mar 08, 2006 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BEST UPSERT TECHNIC
- Replies: 15
- Views: 5056
- Wed Mar 08, 2006 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Initiating a DataStage Job from the UNIX command line
- Replies: 16
- Views: 12123
- Tue Mar 07, 2006 10:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Initiating a DataStage Job from the UNIX command line
- Replies: 16
- Views: 12123
- Tue Mar 07, 2006 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation error "string too large"
- Replies: 13
- Views: 3455
- Tue Mar 07, 2006 2:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Insert No.of Processed rows into Monitor Table
- Replies: 6
- Views: 1183
The transformer can only call this API when the stage finishes, which means the after-transformer routine call. To do it for every row is expensive, and since there's no mechanism to tell you the last row being processed you can't keep count by yourself in a stage variable. Therefore, to be able to ...
- Tue Mar 07, 2006 1:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compilation error "string too large"
- Replies: 13
- Views: 3455