Search found 53125 matches
- Thu Mar 22, 2007 7:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorrect values retrieved from Oracle
- Replies: 8
- Views: 3115
- Thu Mar 22, 2007 7:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load(DB2) doesn`t work
- Replies: 7
- Views: 4140
- Thu Mar 22, 2007 7:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration 7.5x2 to 8.0
- Replies: 15
- Views: 4088
7.5x2 was a whole heap of compromises held together by duct tape. Fortunately, duct tape is a very versatile substance. Version 8.0 is far more likely to be rigorous about such things as correct partitioning and sorting of input links when required. Try inserting Copy stages on the links between the...
- Thu Mar 22, 2007 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trying to find the Performance PRoblem...
- Replies: 11
- Views: 6025
- Thu Mar 22, 2007 7:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing parameter thru dsjob
- Replies: 4
- Views: 1658
- Thu Mar 22, 2007 7:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage...
- Replies: 6
- Views: 2042
Re: Abnormal termination of stage...
kaps wrote:This job runs in 2 other environments and fails in one.
What's different?
- Thu Mar 22, 2007 7:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date columns with PX/DB2-EEE
- Replies: 8
- Views: 1623
- Thu Mar 22, 2007 7:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Between function
- Replies: 3
- Views: 902
... or you could create a Between() function. Which would do the same thing internally.
Code: Select all
Ans = (Arg1 >= Arg2 And Arg1 <= Arg3)- Thu Mar 22, 2007 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: De-Duplication of Invoice data
- Replies: 9
- Views: 3436
(If you had parallel jobs you could do this immediately with Key Change column in Sort stage.) In server jobs, you need to have your data sorted by this key, and use a pair of stage variables - one to detect the change, and one to remember the value from the previous row. The technique has been disc...
- Thu Mar 22, 2007 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Obscure error
- Replies: 3
- Views: 1153
- Thu Mar 22, 2007 6:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: All jobs deleted from the project
- Replies: 6
- Views: 1677
- Thu Mar 22, 2007 6:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job - Error in compiling job at transformer stage
- Replies: 5
- Views: 4435
How many times are you evaluating Substrings(cms_p11d.ORDERNO,1,1)? Seems to me a more efficient approach would be a stage variable, to evaluate Left(cms_p11d.ORDERNO,1) just once would be far more efficient. Use the stage variable name in your compound If..Then..Else expression. The logic breaks do...
- Thu Mar 22, 2007 6:47 pm
- Forum: General
- Topic: installation of mainframe components(MVSVersion)in datastage
- Replies: 4
- Views: 1478
- Thu Mar 22, 2007 6:45 pm
- Forum: General
- Topic: Parameterizing output of Job
- Replies: 9
- Views: 2872
Red Brick specialist also
Can you state your actual requirement in terms of what you want to get out of the Red Brick database? We're aware that the date comes from an Oracle database, and can probably manage that in a job parameter, but how do you need to use this date in a Red Brick query?
- Thu Mar 22, 2007 6:43 pm
- Forum: General
- Topic: Merging Records
- Replies: 30
- Views: 8622