Search found 53125 matches
- Mon Nov 29, 2010 1:26 pm
- Forum: General
- Topic: Regarding installation of Infosphere 8.1 server edition
- Replies: 8
- Views: 3619
- Mon Nov 29, 2010 1:24 pm
- Forum: General
- Topic: Installation - Engin and classes are disabled
- Replies: 1
- Views: 1364
- Mon Nov 29, 2010 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: special character removal using DS job
- Replies: 6
- Views: 5423
- Mon Nov 29, 2010 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with handling chinese characters
- Replies: 3
- Views: 1746
- Mon Nov 29, 2010 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert to Date
- Replies: 9
- Views: 2376
- Mon Nov 29, 2010 2:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert to Date
- Replies: 9
- Views: 2376
- Sat Nov 27, 2010 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field defaults Quotes In Sequential File stage
- Replies: 6
- Views: 3075
- Sat Nov 27, 2010 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: encryption & decryption
- Replies: 1
- Views: 954
- Sat Nov 27, 2010 4:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GET FILENAME
- Replies: 37
- Views: 9673
- Fri Nov 26, 2010 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset distinct what is right approach
- Replies: 3
- Views: 1128
- Fri Nov 26, 2010 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference Between join, Lookup and merge
- Replies: 6
- Views: 12576
For starters, Merge consumes rows from its reference (update) input(s). The other two stage types don't. Your Keep rule iss giving variations because you end up with unmatched masters after all the reference rows have been consumed. So what do you actually want the output to be? Both results you got...
- Fri Nov 26, 2010 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: special character removal using DS job
- Replies: 6
- Views: 5423
Code: Select all
Convert('"', "'", InLink.TheString)- Fri Nov 26, 2010 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile and Force Compile
- Replies: 2
- Views: 2764
- Thu Nov 25, 2010 11:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find numeric characters in a string
- Replies: 5
- Views: 1926
Code: Select all
InLink.TheString Matches "1N0N"- Thu Nov 25, 2010 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage - wI/O
- Replies: 15
- Views: 5848