If DataStage server is installed on drive X, then X:\tmp
Substitute for X as required.
Search found 53125 matches
- Thu Dec 25, 2008 3:02 am
- Forum: General
- Topic: oracle stage error....
- Replies: 3
- Views: 1203
- Wed Dec 24, 2008 10:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retaining First/Last Values of a Key Group
- Replies: 11
- Views: 1970
- Wed Dec 24, 2008 10:51 pm
- Forum: General
- Topic: oracle stage error....
- Replies: 3
- Views: 1203
- Wed Dec 24, 2008 7:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to empty a HASH file?
- Replies: 12
- Views: 3533
- Wed Dec 24, 2008 6:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retaining First/Last Values of a Key Group
- Replies: 11
- Views: 1970
- Wed Dec 24, 2008 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error on Range Lookup
- Replies: 3
- Views: 1585
There have been problems reported with particular data types. I can't recall the exact details, but a Search should find them.
- Wed Dec 24, 2008 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to empty a HASH file?
- Replies: 12
- Views: 3533
- Wed Dec 24, 2008 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to empty a HASH file?
- Replies: 12
- Views: 3533
Re: how to empty a HASH file?
Simply you can add a transformer before hashed file and you can pass null values to the columns ... That is wrong. What you do is set up a constraint expression (such as @FALSE) that allows no rows at all to pass. If you send NULL to a key column you end up with a warning in the job log. You ought ...
- Wed Dec 24, 2008 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retaining First/Last Values of a Key Group
- Replies: 11
- Views: 1970
- Wed Dec 24, 2008 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in ODBC Enterprise stage
- Replies: 2
- Views: 1165
- Wed Dec 24, 2008 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to minus one day from a give timestamp data
- Replies: 9
- Views: 3398
- Wed Dec 24, 2008 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Ibm Interview question
- Replies: 4
- Views: 3413
- Wed Dec 24, 2008 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC connectivity to datastage server
- Replies: 6
- Views: 2310
- Wed Dec 24, 2008 3:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserving the Sorting after FILTER stage
- Replies: 6
- Views: 1823
Actually we are getting review comments from the external contractors who are working as a DataStage professionals about removing the Sort stage. They are saying that Sort stage is not needed as the partition will be preserved. Partitioning and sorting are not the same thing. The comments are corre...
- Wed Dec 24, 2008 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserving the Sorting after FILTER stage
- Replies: 6
- Views: 1823
Re: Preserving the Sorting after FILTER stage
No.parag.s.27 wrote:Is it possible that after spliting the data the Stream 1 may get records in Un - Sorted manner and thus the Remove Duplicate stage will yield incorrect results?
There is nothing in what you are doing that would affect the sorted order.