Search found 53125 matches
- Tue Jun 13, 2006 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid NLS Format
- Replies: 13
- Views: 3337
- Tue Jun 13, 2006 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: check whether the string in between strings or not
- Replies: 3
- Views: 736
- Tue Jun 13, 2006 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup Key Expression
- Replies: 5
- Views: 1413
Can not be done with a Hashed File stage, since the hashing algorithm uses the primary key, the whole primary key and nothing but the primary key to locate the record. What you seek to do can be done with a UV stage that refers to the hashed file. Performance won't be all that great without an index...
- Tue Jun 13, 2006 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: if then else
- Replies: 3
- Views: 1012
The If..Then..Else construct here is a conditional expression (not a statement) and therefore must return a value irrespective of the result of the test expression. The concept of "no operation" is irrelevant. You will notice in the Then and Else parts there are value-generating expressions, not exe...
- Tue Jun 13, 2006 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Promote warning to fatal error
- Replies: 7
- Views: 2650
- Tue Jun 13, 2006 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit Conversion on summing numeric columns
- Replies: 2
- Views: 872
- Tue Jun 13, 2006 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to execute SQL query in sequence.
- Replies: 7
- Views: 5492
- Tue Jun 13, 2006 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Issue
- Replies: 17
- Views: 3906
- Tue Jun 13, 2006 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to improve perfomance
- Replies: 2
- Views: 796
Split the inserts and updates into separate streams. The rule you currently have in place is "try to insert the row, wait for a success/failure of that then, if the failure was due to the row already existing, try to update the same row". All this waiting adds up. Redesign your job to detect (via a ...
- Tue Jun 13, 2006 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: memory consupmtion and band width
- Replies: 3
- Views: 675
Etiquette Note We don't do "urgent" here. This is an all volunteer site. We post as and when we can, and don't get paid for it. If you want urgent, sign up with your support provider for premium service and learn the true cost of "urgent". Memory consumption can be monitored with Windows Task Manag...
- Tue Jun 13, 2006 12:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: counting number of bytes
- Replies: 1
- Views: 679
- Tue Jun 13, 2006 12:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error
- Replies: 4
- Views: 1313
- Tue Jun 13, 2006 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Values using Row Generator
- Replies: 3
- Views: 1204
- Tue Jun 13, 2006 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing timestamps in a PX job
- Replies: 6
- Views: 2091
- Tue Jun 13, 2006 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert Russian characters to English
- Replies: 0
- Views: 898
You need to load the character maps in the Administrator client. From the General tab there is an NLS button that opens the dialog for loading maps and locales. Be aware, however, that there is no way to convert Russian characters to English. What NLS does is to change the encoding of the Cyrillic c...