Search found 53125 matches
- Thu Dec 16, 2010 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help needed over Parallel Routines
- Replies: 3
- Views: 1076
Segmentation fault (you could Google it) is trying to access memory that you're not entitled to access. Are you really generating a new string[50] for every row processed? Surely that will eat more and more memory until you hit a boundary on your workspace. Can't you re-use the same string[50] varia...
- Thu Dec 16, 2010 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage - Type 1 runs, Type2 aborts
- Replies: 2
- Views: 1178
- Thu Dec 16, 2010 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: percentage of number values in character field
- Replies: 6
- Views: 1661
- Thu Dec 16, 2010 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get the table definition infomayion from command line
- Replies: 1
- Views: 848
- Thu Dec 16, 2010 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get a column as file name
- Replies: 2
- Views: 1251
- Thu Dec 16, 2010 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector Stage - Returns extra characters in a varchar
- Replies: 2
- Views: 791
- Thu Dec 16, 2010 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal - how to avoid to Rounding
- Replies: 2
- Views: 1257
- Thu Dec 16, 2010 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Japanese characters
- Replies: 8
- Views: 4016
- Thu Dec 16, 2010 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement CDC in Datastage Server ?
- Replies: 1
- Views: 1476
TargetTable ----> HashedFile | | V SourceData -----> Transformer ------> TargetTable | | V HashedFile The two hashed file stages refer to the same hashed file. Do not use read cache or write cache. Do use lock for update. This design will work equally well in version 7 and 8. Bring as few rows and ...
- Thu Dec 16, 2010 3:17 pm
- Forum: General
- Topic: Websphere and DataStage 8.1
- Replies: 4
- Views: 2248
- Thu Dec 16, 2010 3:14 pm
- Forum: General
- Topic: "Empty DSN: list returned from host XXX" Windows
- Replies: 6
- Views: 9329
- Thu Dec 16, 2010 3:12 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Cross Column Analysis in IA
- Replies: 5
- Views: 2796
- Thu Dec 16, 2010 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling in fixed width file with
- Replies: 4
- Views: 2336
In a fixed-width file format the entire field must be filled with the representation of NULL. That is, the Null Field Value property must contain the same number of characters as indicated by the Display Width property. In this case, the data type is Date, so the format string for date comes into pl...
- Wed Dec 15, 2010 10:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicates scenario
- Replies: 6
- Views: 1934
This is a vertical pivot requirement. Ostensibly the Pivot Enterprise stage in version 8.1 can perform vertical pivots, but I don't believe that's the case. Certainly it can in version 8.5. (I don't know which version you have). If you can't use Pivot Enterprise stage, there are alternative techniqu...
- Wed Dec 15, 2010 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: which node processes the sequential stages
- Replies: 5
- Views: 1537