Search found 53125 matches
- Mon Nov 18, 2013 12:33 pm
- Forum: General
- Topic: Is there a lower case function in DataStage?
- Replies: 6
- Views: 3695
- Mon Nov 18, 2013 12:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to reverse data order?
- Replies: 1
- Views: 893
This does seem to be a strange requirement, but it can be done. Add an artificial key such as line number. Use a Copy stage to split the stream into two, with one column in each stream. Sort sname in reverse order and generate a new line number for this stream. Use a Join stage to inner join the two...
- Mon Nov 18, 2013 12:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sqlldr error
- Replies: 5
- Views: 1526
- Mon Nov 18, 2013 12:19 am
- Forum: General
- Topic: Is there a lower case function in DataStage?
- Replies: 6
- Views: 3695
Code: Select all
Downcase()- Fri Nov 15, 2013 7:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Issue
- Replies: 7
- Views: 2715
- Thu Nov 14, 2013 9:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Processing Multiple files
- Replies: 7
- Views: 2124
- Thu Nov 14, 2013 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Processing Multiple files
- Replies: 7
- Views: 2124
- Thu Nov 14, 2013 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round robin issue
- Replies: 12
- Views: 2962
Your actual question is why Round Robin partitioning algorithm has not distributed the rows absolutely equally. This probably has to do with the blocks/buffers in which data are transmitted - parallel jobs do not work row by row. Have you asked your official support provider? How wide are your rows?
- Thu Nov 14, 2013 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP enable,Wanted to know if there is a way to avoid warning
- Replies: 3
- Views: 5140
- Thu Nov 14, 2013 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Anyway to force job to run on all compute nodes on a grid?
- Replies: 11
- Views: 4680
- Thu Nov 14, 2013 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Help To implement pxEreplace()
- Replies: 9
- Views: 4988
- Thu Nov 14, 2013 2:21 pm
- Forum: General
- Topic: Passing runtime values to an sql command in a routine
- Replies: 5
- Views: 2659
- Thu Nov 14, 2013 2:19 pm
- Forum: General
- Topic: XML Stage Edit assembly error
- Replies: 3
- Views: 1617
- Thu Nov 14, 2013 1:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round robin issue
- Replies: 12
- Views: 2962
- Thu Nov 14, 2013 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read PIC -9.9 in complex flat file
- Replies: 5
- Views: 2380