Search found 53125 matches
- Wed Jul 30, 2014 10:13 pm
- Forum: General
- Topic: dsjob.exe return code -10
- Replies: 4
- Views: 2864
- Wed Jul 30, 2014 10:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read zip file
- Replies: 6
- Views: 2963
Hadoop does not store compressed files in this sense. How are the data being retrieved from Hadoop and written into an archive? Yes, you could use an External Source stage. If you have version 8.7 or later, why not use the Big Data File stage to access data from Hadoop directly? (Acutally it uses Ma...
- Wed Jul 30, 2014 10:09 pm
- Forum: General
- Topic: Need to generate a report of a job with metadata.
- Replies: 2
- Views: 667
- Wed Jul 30, 2014 10:08 pm
- Forum: General
- Topic: Password Vault
- Replies: 8
- Views: 4044
- Wed Jul 30, 2014 10:07 pm
- Forum: General
- Topic: Error 126 Loading
- Replies: 2
- Views: 923
- Tue Jul 29, 2014 3:28 pm
- Forum: Site/Forum
- Topic: My login inactive
- Replies: 17
- Views: 22970
- Tue Jul 29, 2014 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error : Unix command for "repUnkownUTF8" + DataSta
- Replies: 6
- Views: 2784
- Tue Jul 29, 2014 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read from write into excel file.
- Replies: 7
- Views: 4259
- Tue Jul 29, 2014 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read from write into excel file.
- Replies: 7
- Views: 4259
- Mon Jul 28, 2014 6:55 pm
- Forum: General
- Topic: Artificial Intelligence and DataStage Certification
- Replies: 1
- Views: 944
Artificial Intelligence and DataStage Certification
An old blog, I wonder if it's performance is any better now?
http://it.toolbox.com/blogs/infosphere/ ... exam-37272
http://it.toolbox.com/blogs/infosphere/ ... exam-37272
- Mon Jul 28, 2014 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error : Unix command for "repUnkownUTF8" + DataSta
- Replies: 6
- Views: 2784
- Mon Jul 28, 2014 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update previous records with yesterday's date
- Replies: 9
- Views: 7004
Today's date is given by Date() therefore yesterday's date is given by Date() - 1 since dates are stored internally as integer offsets from a known day zero. Initialize two stage variables with these values so that they only need to be calculated once. If needed, use Oconv() functions to convert to ...
- Sun Jul 27, 2014 7:33 pm
- Forum: General
- Topic: Named License for DS/QS Designer
- Replies: 4
- Views: 1560
- Sun Jul 27, 2014 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Header row is missing in ftp enterprise stage
- Replies: 3
- Views: 2467
- Sun Jul 27, 2014 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of transformer stages affects performance ?
- Replies: 20
- Views: 8572
If I use transformer stage to just filter records, Is it going to affect the performance as it's not native to DataStage ? On the other hand, the transform operator is a directly compiled component, whereas the filter operator is more like interpreted (not strictly correct, as it uses a pre-built o...