Search found 42189 matches
- Tue Mar 15, 2016 12:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage to Oracle connectivity
- Replies: 10
- Views: 4357
- Tue Mar 15, 2016 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: check value existence in a table
- Replies: 5
- Views: 2234
- Mon Mar 14, 2016 10:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: check value existence in a table
- Replies: 5
- Views: 2234
- Mon Mar 14, 2016 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Chinese characters
- Replies: 2
- Views: 1432
- Mon Mar 14, 2016 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Help for Logic Authorization Data to Information server
- Replies: 8
- Views: 3293
- Sat Mar 12, 2016 7:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I get the minimum date in the aggregator?
- Replies: 10
- Views: 5391
- Fri Mar 11, 2016 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mathematical functions for larger data types ????
- Replies: 8
- Views: 2815
- Fri Mar 11, 2016 11:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I get the minimum date in the aggregator?
- Replies: 10
- Views: 5391
- Fri Mar 11, 2016 12:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unique records into single line
- Replies: 4
- Views: 2140
- Thu Mar 10, 2016 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert phone number to E164
- Replies: 5
- Views: 1840
The link I posted is about doing it in Java and you can certainly leverage the Java Integration stage in DataStage to do that.
- Thu Mar 10, 2016 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error writing to named pipe
- Replies: 5
- Views: 4339
- Thu Mar 10, 2016 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error writing to named pipe
- Replies: 5
- Views: 4339
- Thu Mar 10, 2016 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mathematical functions for larger data types ????
- Replies: 8
- Views: 2815
- Thu Mar 10, 2016 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mathematical functions for larger data types ????
- Replies: 8
- Views: 2815
- Thu Mar 10, 2016 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert phone number to E164
- Replies: 5
- Views: 1840
You are going to have to roll your own, I would imagine. A quick search of the digital world shows lots of people have asked this question for many tools, so you should be able to find examples out there for C++ or Java rather easily. Both would be appropriate to be part of a DataStage job. Heck, Ra...