Inner join during extraction. Do it in the database, where it can be supported by indexes, rather than in DataStage, where it can't.
Otherwise use pretty much exactly what you've specified as output column derivation experssions in a Transformer stage.
Search found 53125 matches
- Sat Jan 26, 2008 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql or design a job
- Replies: 1
- Views: 703
- Sat Jan 26, 2008 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Float to Decimal in Buildop - Rounding Problem
- Replies: 3
- Views: 4032
- Sat Jan 26, 2008 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I find logs cleared by user from director? if yes how?
- Replies: 8
- Views: 1765
- Sat Jan 26, 2008 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookink for a compendium of Message IDs (-> Messag Handle
- Replies: 1
- Views: 853
- Sat Jan 26, 2008 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partioning techniques
- Replies: 7
- Views: 2023
Hi, I also have same impression as the partioning does not depend upon the business logic. But it has a big impact on the column data on which u mentioned the partion key. Hope u got it.... Subrat U hasn't posted in a white. Why do you hope U got it? As far as I can tell U never mentioned anything ...
- Sat Jan 26, 2008 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the difference between sequential file and Dataset
- Replies: 3
- Views: 1936
A Data Set is a parallel structure which stores data on all nodes on which processing is occurring. It preserves internal data types, partitioning and sorting. Indeed the operator used to move data between physical and virtual Data Sets is the copy operator. Sequential files exist in only one place,...
- Sat Jan 26, 2008 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to delete a shared container
- Replies: 1
- Views: 1463
- Sat Jan 26, 2008 12:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: about job design
- Replies: 4
- Views: 1358
- Sat Jan 26, 2008 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failling Db2 USer defined Update
- Replies: 1
- Views: 1661
- Sat Jan 26, 2008 12:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash partion
- Replies: 4
- Views: 972
You identify the key column(s). The characters from those columns are used as input to a hashing function, which always returns the same uint32 value (the "hashvalue") for any given set of characters. This "hashvalue" is divided by the number of partitions and the remainder is the partition number t...
- Sat Jan 26, 2008 12:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To Use Modify Stage
- Replies: 5
- Views: 1132
The data type between the ":" and the "=" in a Specification is that of the output field, not that of the input field. Therefore, if the output field needs to be integer, then int32 (etc.) must be the data type. There is no implicit convertion from string to integer, so you must provide a function s...
- Sat Jan 26, 2008 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer compilation
- Replies: 6
- Views: 1608
- Sat Jan 26, 2008 12:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff. Between DataStage 7.5 and DataStage Hawk
- Replies: 2
- Views: 1013
- Sat Jan 26, 2008 12:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search a Field in Datastage Repository
- Replies: 6
- Views: 2922
Select the table definition in which the field occurs and perform a usage analysis on it. When a usage analysis is performed on a table definition it reports the columns from that table definition that are actually used in the job. Having performed the usage analysis, go to its File menu and choose ...
- Sat Jan 26, 2008 12:05 am
- Forum: Data Quality Best Practices
- Topic: Data Validation of sequential files
- Replies: 4
- Views: 10337