Search found 53125 matches
- Tue Sep 23, 2008 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to execute dsjob command from unix prompt
- Replies: 9
- Views: 3944
- Tue Sep 23, 2008 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fetch derivation rules from a lookup table
- Replies: 2
- Views: 1186
You might try looking at this thread
- Tue Sep 23, 2008 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning
- Replies: 13
- Views: 2601
- Tue Sep 23, 2008 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sequencer problem
- Replies: 19
- Views: 5627
That's one "solution". Another would be to execute stage(s) in sequential mode. Another would be to execute stage(s) in a single-node node pool within a multi-node configuration. My personal preference for processing a single row is a server job, where the startup and execution overheads are far low...
- Tue Sep 23, 2008 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute Unix commands in datastage
- Replies: 17
- Views: 39207
Where is the parameter coming from? You can not use parameters in the Command field in the Execute Command stage. You can only use them in the Parameters field. Therefore the solution that you require for this particular problem (assuming that there exists a job sequence parameter called "path" and ...
- Tue Sep 23, 2008 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Tuning
- Replies: 13
- Views: 2601
Get rid of stable sort unless you have reason to keep it. It requires more resources than not using it. Unless your other configuration file has more nodes than eight, it can not give better sort performance than eight nodes. You're only processing on average 27 million rows per node - this is not a...
- Tue Sep 23, 2008 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing DB2 enterprise stage with teradata enterprise stag
- Replies: 11
- Views: 2839
- Tue Sep 23, 2008 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Clarification on Range Lookups
- Replies: 4
- Views: 1202
- Tue Sep 23, 2008 12:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of stage:TRN (Transformer Stage)
- Replies: 5
- Views: 2084
- Tue Sep 23, 2008 12:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
- Mon Sep 22, 2008 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Floating point Decimal
- Replies: 3
- Views: 1857
- Mon Sep 22, 2008 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Logic In Parallel Tansformer
- Replies: 5
- Views: 1510
- Mon Sep 22, 2008 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Floating point Error in Prod
- Replies: 3
- Views: 1243
- Mon Sep 22, 2008 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sequencer problem
- Replies: 19
- Views: 5627
- Mon Sep 22, 2008 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: quotes in strings
- Replies: 2
- Views: 1270
There is a long-running discussion on DSXchange about this, for which you could Search. Parallel jobs do not handle "quoted quotes" properly.