Google the term, plenty of sources out there that explain what it is and how it works.
Search found 42189 matches
- Tue Sep 25, 2007 8:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ABOUT HASH PERTITIONING
- Replies: 5
- Views: 1707
- Tue Sep 25, 2007 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculating Days
- Replies: 9
- Views: 2854
- Tue Sep 25, 2007 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculating Days
- Replies: 9
- Views: 2854
Meaning, the same hashed file as both a lookup and your target. Hashed | Source -> Trn -> Hashed -> [calc days] Don't cache the lookup so the writes are immediately available. Every input record gets written to the hashed file. On a 'miss' you assemble a new record with all except one data field emp...
- Tue Sep 25, 2007 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Space problem
- Replies: 6
- Views: 1585
- Tue Sep 25, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculating Days
- Replies: 9
- Views: 2854
So... not strictly chronological as I assumed where all you need is the number of days between any two status changes. Rather, for each Id you need a series of day counts between specific status changes? And when you said: "I need to calculate days for status change from 5 to 28, 5 to 27, 5 to 26, ...
- Mon Sep 24, 2007 10:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Space problem
- Replies: 6
- Views: 1585
Why not get more space by physically adding more? Filling that space is a Bad Thing and will wreak all kinds of havoc on your projects when it happens. Get more disk. No, it is not advisable you remove any files of that nature. For the LOG files, however, it is highly advisable that you manage their...
- Mon Sep 24, 2007 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using MONTH.TAG in the Transformer Stage
- Replies: 2
- Views: 1026
- Mon Sep 24, 2007 10:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add new parameter and remove default value from Jobs
- Replies: 10
- Views: 2481
- Mon Sep 24, 2007 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control
- Replies: 3
- Views: 1176
- Mon Sep 24, 2007 12:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting in server jobs
- Replies: 10
- Views: 13706
Sorting is sorting, so there's nothing all that mysterious going on except for two things: 1) Always provide a 'real' temporary file location in the stage, like "/tmp" for it to use. By default it will use the job's Project directory and you don't want to do that. 2) The 'Sort Specifications' can be...
- Mon Sep 24, 2007 11:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splliting of 1 Input col into 4 Output cols on word boundary
- Replies: 5
- Views: 1061
- Mon Sep 24, 2007 11:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting in server jobs
- Replies: 10
- Views: 13706
- Mon Sep 24, 2007 11:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HXML
- Replies: 1
- Views: 607
No clue, never heard of it. Hmm...
http://www.flightlab.com/~joe/hxml/
http://www.flightlab.com/~joe/hxml/
Joe English wrote:HXML is a non-validating XML parser written in Haskell. It is designed for space-efficiency, taking advantage of lazy evaluation to reduce memory requirements. HXML may be used as a drop-in replacement for the HaXml parser in existing programs.
- Mon Sep 24, 2007 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the correct process to delete &PH& files
- Replies: 3
- Views: 926
- Mon Sep 24, 2007 8:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Driver-Error
- Replies: 1
- Views: 792
Welcome. :D
Googled this up in a couple of seconds:
http://www.thescripts.com/forum/thread638670.html
There were quite a number of other hits for your error message.
Googled this up in a couple of seconds:
http://www.thescripts.com/forum/thread638670.html
There were quite a number of other hits for your error message.