Search found 15603 matches
- Fri May 26, 2006 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the various parameters needed for ETL performance
- Replies: 8
- Views: 2960
The original question is like asking "What can I do to tune my vehicle" in a car forum and can't really be answered, at least directly. Reading and writing data takes a long time. Try to read and write and "land" data to disk as few times as possible. This approach (while not always correct) usually...
- Fri May 26, 2006 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Sample stage
- Replies: 1
- Views: 568
The sum of your 10, 25, and 40 do not add up to 100% of the records, so you will be getting less rows than 10%, 25% and 40% of the total. Random number generators are not truly random, the algorithms are designed so that with the same "seed" number they will always generate the same sequence of pseu...
- Fri May 26, 2006 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage shudular
- Replies: 7
- Views: 1890
- Fri May 26, 2006 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: efforts estimation in datastage
- Replies: 10
- Views: 2686
- Fri May 26, 2006 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Jobs Error
- Replies: 3
- Views: 1879
- Fri May 26, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer is getting aborted continuously
- Replies: 11
- Views: 2672
- Fri May 26, 2006 3:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to save the Job
- Replies: 8
- Views: 2067
- Fri May 26, 2006 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date conversion problem
- Replies: 2
- Views: 816
- Fri May 26, 2006 3:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: protecting the selected category of jobs inside the project
- Replies: 8
- Views: 2475
- Thu May 25, 2006 5:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling rejected Records
- Replies: 7
- Views: 1717
- Thu May 25, 2006 5:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer is getting aborted continuously
- Replies: 11
- Views: 2672
That error message points to a corrupt project, as that routine is read-only and should always be present. Is this a new project, or has something catastrophic happened to it recently? Look in your Manager -> Routines -> Built-in -> Before/After. Is there a "ExecSH" located there? If you go to TCL o...
- Thu May 25, 2006 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion problem
- Replies: 20
- Views: 5551
- Thu May 25, 2006 4:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data storage standards.
- Replies: 1
- Views: 566
There is no standard, but most character data fields do need to be stored in mixed case and rely on differentiation between upper and lower case. Names, Addresses and clear text become almost unreadable in uppercase; but some key/code/mnemonics columns should be in one case or the other to avoid ina...
- Thu May 25, 2006 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion problem
- Replies: 20
- Views: 5551
- Wed May 24, 2006 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS query
- Replies: 2
- Views: 4451
Katz, the display data mode has always been a bit troublesome and particularly so when working with multibyte data. You should write your data to a sequential file and view the data in the file. I have a suspicion that you settings are being interpreted correctly, but are being shown incorrectly in ...