Search found 53125 matches
- Fri Oct 08, 2010 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deadlock Issue
- Replies: 2
- Views: 6121
- Fri Oct 08, 2010 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capture XPATH using datastage
- Replies: 7
- Views: 5974
- Fri Oct 08, 2010 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement sum(sales) through datastage
- Replies: 8
- Views: 10653
- Fri Oct 08, 2010 4:06 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Maximum Data Volume Support By Information Analyzer.
- Replies: 2
- Views: 1587
- Thu Oct 07, 2010 10:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Problem - Incorrect syntax near....
- Replies: 11
- Views: 5805
- Thu Oct 07, 2010 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ".ADMIN" is not in your VOC file
- Replies: 8
- Views: 3688
- Thu Oct 07, 2010 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: highest surrogate key
- Replies: 39
- Views: 9018
- Thu Oct 07, 2010 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB loading
- Replies: 1
- Views: 831
- Thu Oct 07, 2010 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: highest surrogate key
- Replies: 39
- Views: 9018
- Thu Oct 07, 2010 4:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difference between change capture & difference stages?
- Replies: 2
- Views: 1413
- Thu Oct 07, 2010 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reply me
- Replies: 1
- Views: 863
- Wed Oct 06, 2010 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Enterprise vs Plug in
- Replies: 4
- Views: 2353
- Wed Oct 06, 2010 11:55 pm
- Forum: Cognos (IBM BI)
- Topic: Cognos 10 will be launched at IOD this month
- Replies: 2
- Views: 9220
- Wed Oct 06, 2010 10:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: substring function in transformer
- Replies: 1
- Views: 1568
Code: Select all
If IsAlpha(Left(InLink.TheString,3)) And Right(InLink.TheString,3) = "000" And Len(InLink.TheString) = 6 Then SetNull() Else InLink.TheString- Wed Oct 06, 2010 10:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal conversion
- Replies: 6
- Views: 2774
Have you tried it? Decimal to string is an implicit conversion, so it should work.reachmexyz wrote:This will not work on a decimal directly.anbu wrote:Code: Select all
Trim(field,'0','L')