Search found 53125 matches
- Wed Mar 06, 2013 12:17 am
- Forum: IBM QualityStage
- Topic: Manipulate standardization rule
- Replies: 6
- Views: 4262
- Wed Mar 06, 2013 12:15 am
- Forum: IBM QualityStage
- Topic: Error in country code after standardization
- Replies: 7
- Views: 3543
- Tue Mar 05, 2013 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: keyless/keyed partitions
- Replies: 1
- Views: 1217
Use a key-based partitioning algorithm when you need key adjacency in your design, for example when joining (including lookups and merge), grouping or removing duplicates. This ensures that the same value is on the same node for all rows containing that value and for all inputs. Keyless partitioning...
- Tue Mar 05, 2013 6:33 pm
- Forum: General
- Topic: getting list of jobs and sequences
- Replies: 9
- Views: 1805
- Tue Mar 05, 2013 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from "string" to string[max=2
- Replies: 9
- Views: 4276
It's not VarChar(255) on the input link; it's VarChar with nothing in the Precision field. Therefore DataStage is alerting you to the fact that your design is mapping an unbounded string into a bounded string, which might lead to loss of data. To fix, make sure your metadata are correct and consiste...
- Tue Mar 05, 2013 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to char conversion without ending dot
- Replies: 2
- Views: 2250
- Tue Mar 05, 2013 1:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Leading Space and Trailing Dot from Numeric Fields
- Replies: 15
- Views: 12654
Or, perhaps simpler:
Code: Select all
Field(DecimalToString(Inputcol),".",1)- Tue Mar 05, 2013 1:20 pm
- Forum: General
- Topic: Passing read rows from one job activity to other in seq
- Replies: 17
- Views: 5252
- Tue Mar 05, 2013 1:17 pm
- Forum:
- Topic: How to implement the anonymous configuration for BG access?
- Replies: 8
- Views: 7682
- Tue Mar 05, 2013 1:14 pm
- Forum: IBM QualityStage
- Topic: Manipulate standardization rule
- Replies: 6
- Views: 4262
- Tue Mar 05, 2013 1:12 pm
- Forum: IBM QualityStage
- Topic: Error in country code after standardization
- Replies: 7
- Views: 3543
- Tue Mar 05, 2013 2:59 am
- Forum: IBM QualityStage
- Topic: Error in country code after standardization
- Replies: 7
- Views: 3543
- Tue Mar 05, 2013 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SEQ File Issue
- Replies: 2
- Views: 1118
Re: SEQ File Issue
Why?dudam wrote: need to do Seq file itself dont use any other stag
It seems to me that this violates the "one task, one stage" philosophy for parallel jobs.
You could use a filter command in the Sequential File stage (such as tr for example) to eliminate the quote and space characters.
Scarcity
My company is seeking people with at least NV1 clearance and good skills in Information Management (particularly the Information Server suite) for work in Canberra. If you have both of these, please get in touch. Use links in my signature block.
- Tue Mar 05, 2013 1:07 am
- Forum: General
- Topic: Install datastage 8.7 in windows7
- Replies: 3
- Views: 2218