Search found 53125 matches
- Thu Feb 10, 2011 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: range lookup
- Replies: 3
- Views: 1980
- Thu Feb 10, 2011 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file issue
- Replies: 4
- Views: 2360
- Thu Feb 10, 2011 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: which partition is best in the diffreent stages
- Replies: 3
- Views: 2393
- Thu Feb 10, 2011 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data truncation
- Replies: 3
- Views: 2637
- Thu Feb 10, 2011 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD
- Replies: 7
- Views: 3575
- Thu Feb 10, 2011 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What function to use for replacing string?
- Replies: 4
- Views: 3425
- Thu Feb 10, 2011 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: merge stage
- Replies: 3
- Views: 1834
- Thu Feb 10, 2011 3:05 pm
- Forum: IBM QualityStage
- Topic: Quality stage
- Replies: 1
- Views: 1126
- Thu Feb 10, 2011 3:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read and write BLOB datatype in datastage 8.1
- Replies: 4
- Views: 10658
- Thu Feb 10, 2011 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delta Run(Partial Run)
- Replies: 3
- Views: 1527
Dare we ask why these runs have to be consecutive? If you allocate two readers per node to the Sequential File stage (and I'm making a big assumption about the source there) you will have the division that you desire. They will execute concurrently, but load into the target on what are effectively s...
- Thu Feb 10, 2011 3:52 am
- Forum: General
- Topic: DS_AUDIT not updated
- Replies: 8
- Views: 3314
- Wed Feb 09, 2011 10:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how data loads in db2 stage after restarting
- Replies: 6
- Views: 1801
- Wed Feb 09, 2011 10:35 pm
- Forum: General
- Topic: DS_AUDIT not updated
- Replies: 8
- Views: 3314
- Wed Feb 09, 2011 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace
- Replies: 6
- Views: 2298
... only with the internal looping feature in version 8.5, since there are multiple occurrences.chulett wrote:Quite simple to substring instead, as already suggested.
To use pxEreplace() - assuming you've installed and compiled it, etc. -
Code: Select all
pxEreplace(InLink.TheString, "301", "801", -1, 0)- Wed Feb 09, 2011 10:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how data loads in db2 stage after restarting
- Replies: 6
- Views: 1801