Search found 53125 matches
- Sat Jul 11, 2015 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Queries failing sometimes with SQL0433N on db2 10.5
- Replies: 5
- Views: 3454
- Fri Jul 10, 2015 3:12 pm
- Forum: General
- Topic: Any way to identify jobs that don't have design information?
- Replies: 7
- Views: 2532
- Fri Jul 10, 2015 3:10 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Information Analyzer - New environment capacity planning
- Replies: 2
- Views: 2873
- Thu Jul 09, 2015 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we get records in first and second alphabetically
- Replies: 4
- Views: 1994
Perhaps something like the following will do it.
Code: Select all
If Col1 > Col2 Then Col1 : "/" : Col2 Else Col2 : "/" : Col1- Wed Jul 08, 2015 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading LOBs with RCP
- Replies: 7
- Views: 6548
- Mon Jul 06, 2015 10:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file lookup
- Replies: 4
- Views: 4373
- Mon Jul 06, 2015 4:04 pm
- Forum:
- Topic: IGC / BG number of users
- Replies: 3
- Views: 3254
- Mon Jul 06, 2015 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time conversion - hh:mm:ss to AM or PM format
- Replies: 4
- Views: 2219
The values in those variables are NOT stored in the format you specified. They are stored in an internal format. Details may be found in Chapter 2 of the Parallel Job Developer's Guide. The function to convert an internal time to a string in a Transformer stage is TimeToString() while in a Modify st...
- Thu Jul 02, 2015 3:55 pm
- Forum: General
- Topic: DSX - XML: CHANGE WIDTH OF FIELD IN MANY JOBS
- Replies: 6
- Views: 2570
- Thu Jul 02, 2015 2:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not connect to MySQL
- Replies: 9
- Views: 12740
- Thu Jul 02, 2015 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup reject due to reference
- Replies: 4
- Views: 1887
- Tue Jun 30, 2015 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup reject due to reference
- Replies: 4
- Views: 1887
- Tue Jun 30, 2015 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass output of Webservice call as input argument to another
- Replies: 3
- Views: 3335
- Tue Jun 30, 2015 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml stage performance issues
- Replies: 4
- Views: 2219
- Thu Jun 25, 2015 10:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: selecting one record out of 2 records
- Replies: 16
- Views: 8122
Are you the same user as vamsi.4a6, who has over 330 posts? Anyway, and irrespective of that, think about the present problem this way: what is the purpose of constructing Start:End and End:Start columns? The answer to that is that, if they are the same, then the records belong in the same group. Fr...