Search found 53125 matches
- Sun Oct 09, 2005 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Country Codes Extraction
- Replies: 9
- Views: 1720
There's no way around the fact that you have to check five-digit prefix, four-digit prefix, and so on. Read-cached hashed file is the fastest mechanism "out of the box" to determine whether you have a hit. Otherwise you can create a routine that compares against a bit map, or a map of 1 and 0 charac...
- Sat Oct 08, 2005 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: constraint voilation
- Replies: 2
- Views: 944
You are trying to update the hashed file in real time. That's OK, but it means that you can't use cache - the hashed file is cached for reading before the job starts processing rows, and isn't updated thereafter. It also means you need two separate Hashed File stages, though they refer to the same h...
- Sat Oct 08, 2005 6:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: subtract the minutes with timestamp
- Replies: 10
- Views: 3550
- Sat Oct 08, 2005 5:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: subtract the minutes with timestamp
- Replies: 10
- Views: 3550
Ultimately you will need a routine, to handle the possibility that the time offset has to rewind the date (for example going backwards 45 minutes from 00:30). Design the logic as a program specification (in English or any other language with which you are comfortable). Make sure you have all possibi...
- Sat Oct 08, 2005 5:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ver. 7.5.1.A installation
- Replies: 5
- Views: 1237
- Sat Oct 08, 2005 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: joining key columns
- Replies: 28
- Views: 10145
Re: joning key columns
You'd have to ask that of the manufacturer.dxp wrote:is there any specific reason why this facility is not provided in join stage.
Have you considered a Lookup stage with two reference inputs as an alternative?
- Sat Oct 08, 2005 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we run a parallel Extender on s single processor
- Replies: 13
- Views: 3610
- Fri Oct 07, 2005 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORAOCI8 is used as lookup stage
- Replies: 12
- Views: 2013
- Fri Oct 07, 2005 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading value from a falt file using in oracle query.
- Replies: 5
- Views: 1571
Are you just trying to load the stored procedure names in to a VARCHAR2 column in an Oracle table? That is a very easy job; read them with a Sequential File stage and write them, with an ORAOCI stage. You may need an intermediate Transformer stage to generate any other column you want to insert at t...
- Fri Oct 07, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reserved characters
- Replies: 3
- Views: 1042
- Fri Oct 07, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Could not get current wave number for job
- Replies: 4
- Views: 2451
- Fri Oct 07, 2005 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic:
- Replies: 2
- Views: 1931
!GET.PATHNAME and !MAKE.PATHNAME were written in the mid-1980s, before UNC pathnames had ever been heard of! I'm not surprised that they are not properly handled; it was a major surprise at VMARK when drive letters had to be accommodated! Indeed, you will see heavy reliance on the fact that Windows ...
- Fri Oct 07, 2005 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hawk/Serrano Release
- Replies: 4
- Views: 1956
- Fri Oct 07, 2005 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Could not Move Jobs Between Categories
- Replies: 7
- Views: 1690
- Fri Oct 07, 2005 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Please call IBM support when you have errors
- Replies: 4
- Views: 1345
The latest Newsletter (Oct 2005) expands on the ideas in this thread in an item titled Good Habits and Bad Habits.