Search found 53125 matches
- Wed Aug 13, 2008 2:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get Max(DATE) using transformer
- Replies: 16
- Views: 12625
- Wed Aug 13, 2008 2:55 am
- Forum: General
- Topic: oracle OCI error
- Replies: 6
- Views: 1315
- Wed Aug 13, 2008 1:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get Max(DATE) using transformer
- Replies: 16
- Views: 12625
- Wed Aug 13, 2008 1:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: expecting 1 segments, read 2 segments
- Replies: 15
- Views: 4333
- Wed Aug 13, 2008 1:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char To Date Converstion
- Replies: 11
- Views: 3330
- Wed Aug 13, 2008 1:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read only one row from dataset?
- Replies: 3
- Views: 1318
No. That's not how parallel jobs work. They move (large) blocks of data. The Data Set is copied (using a copy operator) into the virtual Data Set associated with the link to which it connects. Yes, you can use a Filter, Switch or Transformer stage to limit what comes off that link, but operators all...
- Wed Aug 13, 2008 1:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control fatal error (-4)
- Replies: 18
- Views: 4768
- Wed Aug 13, 2008 1:39 am
- Forum: General
- Topic: oracle OCI error
- Replies: 6
- Views: 1315
- Wed Aug 13, 2008 1:38 am
- Forum: Data Quality Best Practices
- Topic: Case Conversion
- Replies: 3
- Views: 8886
- Wed Aug 13, 2008 12:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert SWIFT message to XML file (or) flat file
- Replies: 6
- Views: 4108
- Wed Aug 13, 2008 12:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char To Date Converstion
- Replies: 11
- Views: 3330
- Wed Aug 13, 2008 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Making Timestamp column for DB2
- Replies: 2
- Views: 1025
- Wed Aug 13, 2008 12:30 am
- Forum: General
- Topic: oracle OCI error
- Replies: 6
- Views: 1315
- Tue Aug 12, 2008 10:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replacing Mutlibyte characters to Single byte characters
- Replies: 9
- Views: 2833
Use a server job or a BASIC Transformer stage. Examine each character with the BYTELEN() function - this will be greater than 1 if you have a multi-byte character. But do you really know what you're doing? For example, if you're using "pure" Unicode, every character is multi-byte (either two or four...
- Tue Aug 12, 2008 8:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding file name to header
- Replies: 5
- Views: 1229