Search found 53125 matches
- Mon Jun 01, 2015 3:13 pm
- Forum: General
- Topic: Add Parameter - Script
- Replies: 8
- Views: 2620
- Mon Jun 01, 2015 3:11 pm
- Forum: General
- Topic: Calculating Distance between Latitude/Longitude points
- Replies: 8
- Views: 4543
- Mon Jun 01, 2015 3:07 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Column analysis Error
- Replies: 3
- Views: 2687
- Sun May 31, 2015 9:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help to generate schema files dynamically for txt files
- Replies: 15
- Views: 7103
- Sun May 31, 2015 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help to generate schema files dynamically for txt files
- Replies: 15
- Views: 7103
- Sun May 31, 2015 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help to generate schema files dynamically for txt files
- Replies: 15
- Views: 7103
- Fri May 29, 2015 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Reading ASCII file
- Replies: 4
- Views: 2806
- Fri May 29, 2015 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table action as truncate Vs truncate statement in before SQL
- Replies: 9
- Views: 5080
- Fri May 29, 2015 3:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToTimestamp convert
- Replies: 3
- Views: 1795
- Fri May 29, 2015 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine vs. Convert function performance
- Replies: 5
- Views: 2158
You can improve the performance of the posted Convert() function by initializing a stage variable to the result of the concatenated Char() functions, and not further deriving the stage variable. That way, you aren't re-evaluating the same thing for every row. Your expression then becomes Convert(svC...
- Fri May 29, 2015 1:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToTimestamp convert
- Replies: 3
- Views: 1795
- Thu May 28, 2015 5:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exception while invoking a webservice
- Replies: 2
- Views: 1860
- Thu May 28, 2015 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify error converting Timestamp(Microseconds) to string
- Replies: 3
- Views: 2401
You could try nested functions, which sometimes work and sometimes doesn't in the Modify stage. Otherwise you could use two Modify stages; these cannot be adjacent, but you can put a Copy stage between them. And, yes, do note that to include microseconds your string will need to be at least 26 chara...
- Thu May 28, 2015 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Julian Day with Modify
- Replies: 3
- Views: 1985
- Thu May 28, 2015 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Julian Day with Modify
- Replies: 3
- Views: 1985