Search found 15603 matches
- Thu Jun 25, 2009 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: patch to connect to sqlserver2005
- Replies: 9
- Views: 2764
- Thu Jun 25, 2009 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing DataStage 8.1 on AIX
- Replies: 9
- Views: 4868
- Thu Jun 25, 2009 4:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need the Date Conversion
- Replies: 2
- Views: 1381
- Thu Jun 25, 2009 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: patch to connect to sqlserver2005
- Replies: 9
- Views: 2764
- Thu Jun 25, 2009 1:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IS8.1 --> Linux 64 Bit - Performance issues
- Replies: 12
- Views: 4563
- Thu Jun 25, 2009 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help on parallel routines
- Replies: 7
- Views: 2015
- Thu Jun 25, 2009 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential files - flush option?
- Replies: 2
- Views: 844
Buffering is always a tradeoff - by increasing the buffer sizes you also increase throughput but, in the case of failure, you will lose more data. Since DataStage jobs generally are all-or-nothing there is no benefit in force-writing data more frequently. But if you do require more frequent flushing...
- Wed Jun 24, 2009 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQS.DLL FAILED TO LOAD
- Replies: 7
- Views: 4741
- Wed Jun 24, 2009 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing DataStage 8.1 on AIX
- Replies: 9
- Views: 4868
We have the HACMP setup this way. Our transactions are processed from (and to) MQ; once a system fails and switches to another DataStage server we can continue where we left off because of the way we use MQ for transactions. In other implementations the running job would abort and, depending on how ...
- Wed Jun 24, 2009 9:56 am
- Forum: General
- Topic: Median Calculation
- Replies: 36
- Views: 10179
Umm, just checked the routine. Change
to
Code: Select all
getCMD = "SELECT F1 FMT '20L' FROM myMedian USING DICT VOC ORDER BY F1;"
Code: Select all
getCMD = "SELECT F1 FMT '20R' FROM myMedian USING DICT VOC ORDER BY F1 FMT '20R';"
- Wed Jun 24, 2009 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creationg of Hashed File
- Replies: 7
- Views: 1238
- Wed Jun 24, 2009 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to to complie read only routine
- Replies: 4
- Views: 1331
the search function really is your friend.
I used it to find this thread which goes into both V7 and V8 options.
I used it to find this thread which goes into both V7 and V8 options.
- Wed Jun 24, 2009 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: not able to create new project
- Replies: 27
- Views: 8187
- Wed Jun 24, 2009 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running DSJob through CommandPromt
- Replies: 10
- Views: 9856
- Wed Jun 24, 2009 8:34 am
- Forum: General
- Topic: Median Calculation
- Replies: 36
- Views: 10179