Search found 53125 matches
- Tue Mar 31, 2009 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup
- Replies: 3
- Views: 1320
- Tue Mar 31, 2009 11:50 pm
- Forum: General
- Topic: Problem with 8.1 Installation
- Replies: 2
- Views: 1131
- Tue Mar 31, 2009 11:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Stage Warning "Hash Table has grown to x ent
- Replies: 2
- Views: 6392
First point: this is an alert message and your job still finishes successfully. The alert message signals that you may either want to change aggregation method from hash table to sort, or that you may want to tune the buffering used for the hash table. Notice that the message refers to the number of...
- Tue Mar 31, 2009 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage-Unix I/O transfer problem ?
- Replies: 16
- Views: 5150
- Tue Mar 31, 2009 10:18 pm
- Forum: General
- Topic: New Windows-only Version
- Replies: 4
- Views: 1123
- Tue Mar 31, 2009 9:47 pm
- Forum: General
- Topic: New Windows-only Version
- Replies: 4
- Views: 1123
- Tue Mar 31, 2009 9:42 pm
- Forum: General
- Topic: Where is DS_JOBS documented?
- Replies: 5
- Views: 9054
- Tue Mar 31, 2009 8:20 pm
- Forum: General
- Topic: Where is DS_JOBS documented?
- Replies: 5
- Views: 9054
- Tue Mar 31, 2009 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring problem
- Replies: 12
- Views: 3095
- Tue Mar 31, 2009 8:12 pm
- Forum: General
- Topic: Where is DS_JOBS documented?
- Replies: 5
- Views: 9054
The full structure of DS_JOBS can be had by getting its metadata. Alas you are blocked from importing its table definition into DataStage. The column names can be had with the command LIST.DICT DS_JOBS Note that this is not an SQL statement and so lacks a trailing semi-colon. None of the Repository ...
- Tue Mar 31, 2009 7:09 pm
- Forum: General
- Topic: Odyssey Triple'A Gateway Pack
- Replies: 0
- Views: 839
Odyssey Triple'A Gateway Pack
Has anyone had experience using DataStage to prepare inputs to the Gateway Pack used for loading data into Odyssey Triple'A? The Gateway Pack provides a mechanism for importing data into the Triple'A database from XML data structures, which are comprehensively describled in XSD files provided by Ody...
- Tue Mar 31, 2009 6:34 pm
- Forum: General
- Topic: Can I change the default record delimiter for a seq file?
- Replies: 1
- Views: 650
- Tue Mar 31, 2009 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring problem
- Replies: 12
- Views: 3095
Feedback on Scott's routine
1. Any routine you write for others to use should explicitly test for and handle (usually by returning null, maybe throwing a warning) any unassigned or null input arguments - use UnAssigned() and IsNull() functions to test these. 2. There is no need for a DEFFUN declaration since this routine does ...
- Tue Mar 31, 2009 5:10 pm
- Forum: General
- Topic: New Windows-only Version
- Replies: 4
- Views: 1123
New Windows-only Version
Armonk, NY: April 1, 2009 IBM (NYSE:IBM) has announced a new Windows-only version of Information Server for the Windows RG operating system. The version number for this release is to be 8.1rg. It was not made clear whether future versions would ship for this operating system without a special versio...
- Tue Mar 31, 2009 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring problem
- Replies: 12
- Views: 3095
I already have such a routine, called FinalDelimitedSubstring. You get it as a bonus when you download my date routines