Welcome aboard. :D
Try IBM or Google for starters.
Search found 53125 matches
- Tue Jun 06, 2006 8:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AIX material
- Replies: 2
- Views: 746
- Tue Jun 06, 2006 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: after-stage subroutine to abort job
- Replies: 15
- Views: 4441
- Tue Jun 06, 2006 8:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Sequential file Error
- Replies: 4
- Views: 1176
- Tue Jun 06, 2006 8:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Releasing jobs held by another User
- Replies: 5
- Views: 1317
- Tue Jun 06, 2006 8:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help: please has import error and no default value; data:
- Replies: 20
- Views: 10874
- Tue Jun 06, 2006 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help: please has import error and no default value; data:
- Replies: 20
- Views: 10874
- Tue Jun 06, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: after-stage subroutine to abort job
- Replies: 15
- Views: 4441
- Tue Jun 06, 2006 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass value of a stage varaiable to DSSetUserStatus
- Replies: 5
- Views: 2560
Define an extra output link from your transformer. This link carries one column, call it RowCount, derived as @INROWNUM. The new link leads to an Aggregator stage that applies the Last function (Max would do just as well, but Last is slightly more efficient) to the RowCount column. Then to another T...
- Tue Jun 06, 2006 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Production support document templates
- Replies: 1
- Views: 1329
Welcome aboard. :D I have worked at many sites, and seen many different formats. There does not appear to be any standard. Take a look at the (free) ETLStats tools, which you can find from either of the two links from Kim Duke's signature block. These will generate the information you require. After...
- Tue Jun 06, 2006 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Multiple instance job
- Replies: 9
- Views: 2081
- Tue Jun 06, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending values from two columns into one
- Replies: 10
- Views: 2423
- Tue Jun 06, 2006 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help: please has import error and no default value; data:
- Replies: 20
- Views: 10874
- Tue Jun 06, 2006 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Input dataset 0 has a partitioning method other than entire'
- Replies: 4
- Views: 3987
Memory sharing is a technique only applicable to the Entire partitioning method on SMP systems; it enables less use of memory for the Data Set in question. If you don't like the warning, enable a message handler to demote it to Informational. You can not eliminate the warning; it is something about ...
- Tue Jun 06, 2006 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting count of records passed through a link
- Replies: 17
- Views: 7392
Change the requirement. Anything you do within the job has to be done for every row. While you could update the table with the value of @OUTROWNUM for every row processed, it's unnecessary work and will slow things down. Then you'd complain about performance. Do it afterwards, when you only have to ...
- Tue Jun 06, 2006 3:01 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Profile Stage Unable to select rows from the table
- Replies: 2
- Views: 2498