Search found 53125 matches
- Tue Sep 13, 2005 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unexpected termination by Unix signal 9(SIGKILL)
- Replies: 9
- Views: 13514
- Tue Sep 13, 2005 3:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MEssage Text,Message ID from Log
- Replies: 2
- Views: 754
- Tue Sep 13, 2005 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Linebreaks in the log
- Replies: 3
- Views: 910
Do you want the summary without line breaks, or do you want the detail? To get the detail of any particular event, you need DSGetLogEvent(). To use this you will need the event number. The usual way to get the event number is to use DSGetNewestLogId(). Probably easiest is to get the absolutely last ...
- Tue Sep 13, 2005 1:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL Testing
- Replies: 2
- Views: 1405
Welcome aboard! :D First, why not search the forum? There's a Search option in the menu at the top of the page. Then qualify your question: are you interested, for example, in unit testing, end-to-end testing, integration testing, regression testing, performance testing, testing against specificatio...
- Tue Sep 13, 2005 1:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creation of user of DataStage.
- Replies: 7
- Views: 2186
- Tue Sep 13, 2005 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changing Sequential file Settings based on Server
- Replies: 7
- Views: 1735
- Tue Sep 13, 2005 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Reference lookup counts
- Replies: 8
- Views: 2486
Not easy. You get separate output row for each row coming in from the reference input link.
If all you want is the count, specify user-defined SQL that returns the count for those search key values.
If all you want is the count, specify user-defined SQL that returns the count for those search key values.
Code: Select all
COUNT(*) FROM table WHERE key1 = ? AND key2 = ?;- Tue Sep 13, 2005 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Not Visible In Dev Server
- Replies: 10
- Views: 2427
- Tue Sep 13, 2005 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Linebreaks in the log
- Replies: 3
- Views: 910
- Tue Sep 13, 2005 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Activity In Sequencer
- Replies: 3
- Views: 1059
If you have a support contract, you will know how to obtain support. Your support provider may not be the vendor; it may be a reseller, in which case the vendor will insist that you work through your actual support provider. It follows that, if we were to give you contact details for a support provi...
- Tue Sep 13, 2005 1:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unexpected termination by Unix signal 9(SIGKILL)
- Replies: 9
- Views: 13514
- Tue Sep 13, 2005 1:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to String Conversion
- Replies: 5
- Views: 2280
- Mon Sep 12, 2005 8:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find a huge job log
- Replies: 14
- Views: 4639
- Mon Sep 12, 2005 8:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dead End
- Replies: 12
- Views: 2297
- Mon Sep 12, 2005 7:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calculate Row Counts
- Replies: 4
- Views: 3256