Search found 53125 matches
- Tue Oct 30, 2007 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shell Script
- Replies: 5
- Views: 1959
- Tue Oct 30, 2007 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outer join -Job design
- Replies: 3
- Views: 1342
There is no Join stage in server jobs. A lookup in a Transformer stage naturally performs a left outer join. It can be proven that, by exchanging the left and right links, any right outer join can be constructed as a left outer join. This answer ignores issues of "performance", but so does the quest...
- Tue Oct 30, 2007 8:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File with multiple headers
- Replies: 5
- Views: 1588
Derive the output columns directly from the stage variables, but only in the rows where the stage variables change. For example
Code: Select all
If @INROWNUM = 1 Then InLink.Col1 Else svProc1- Tue Oct 30, 2007 8:13 pm
- Forum: General
- Topic: Regarding Fatal warning in the transfomer.
- Replies: 12
- Views: 4437
- Tue Oct 30, 2007 8:11 pm
- Forum: General
- Topic: Get max value of a stage variable
- Replies: 15
- Views: 6135
- Tue Oct 30, 2007 8:04 pm
- Forum: IBM QualityStage
- Topic: QualityStage import problem
- Replies: 12
- Views: 4279
- Tue Oct 30, 2007 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: change capture with special characters
- Replies: 6
- Views: 2545
- Tue Oct 30, 2007 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trouble in oracle stage
- Replies: 3
- Views: 870
- Tue Oct 30, 2007 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CASE statement available?
- Replies: 6
- Views: 2250
- Tue Oct 30, 2007 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Matching Row Count
- Replies: 12
- Views: 3814
Ah, that's rather a different problem. It is solved using a "fork join" technique - split your data into two streams using a Copy stage, run one stream through the Aggregator stage, and re-unite them using a Join stage. The join key and the grouping key are probably the same. ------> Copy stage ----...
- Tue Oct 30, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filesets in Datastage
- Replies: 5
- Views: 2911
- Tue Oct 30, 2007 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User status in parallel
- Replies: 8
- Views: 6293
- Tue Oct 30, 2007 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connectivity with datastage
- Replies: 2
- Views: 9532
You need to configure the Oracle client software. Ask your DBA for assistance. In particular, the tnsnames.ora file needs to be set up for all connections to Oracle that you might need to make. You need to configure ODBC data source names to connect to Oracle instances. This is done by editing the ....
- Tue Oct 30, 2007 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Full Outer Join in Join Stage
- Replies: 3
- Views: 1993
- Tue Oct 30, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timezone support for Date/Timestamp data types
- Replies: 3
- Views: 4118