Search found 53125 matches

by ray.wurlod
Mon Jan 22, 2007 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator, Restricting count for individual group
Replies: 23
Views: 4062

Extract -----> Sort -----> Aggregator -----> Sort -----> Tail -----> Load The first sort allows the Aggregator to use Sort mode; it sorts by the grouping keys. The second sort sorts by the grouping keys (sort mode = "don't sort (already sorted)" then by the count/sum in descending order. The Tail s...
by ray.wurlod
Mon Jan 22, 2007 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automated Regression Testing
Replies: 6
Views: 1779

You CAN copy the Data Sets, even though just copying the ".ds" file isn't how it's done. You can use the Data Set Management GUI (available from Designer, Manager or Director Tools menu) or the orchadmin command from the command line.
by ray.wurlod
Mon Jan 22, 2007 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using </> in parallel jobs
Replies: 9
Views: 2121

Range lookup is available in version 8.0.
by ray.wurlod
Mon Jan 22, 2007 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know what all ETL jobs used the Oracle Tables
Replies: 14
Views: 4109

I disagree about Usage Analysis, provided that you have been meticulous with your table definitions and not broken the nexus between the table definition in the repository and the Job(s) in which it has been used.
by ray.wurlod
Mon Jan 22, 2007 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

As others have noted, this is not an ETL task, and therefore DataStage is not the correct tool. Whatever tool you used to develop the logical model ought to have the capability to create a physical model, and to generate DDL from that. If not, find a tool that can, such as ERwin, ER/Studio, Rational...
by ray.wurlod
Mon Jan 22, 2007 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
Replies: 13
Views: 18512

The same way you'd reset a sequence from any other client application.

Perhaps use the "after SQL" in a job that does something else or, better, in a job that does nothing else. Then you can call the job ResetSequencexxxxxx as appropriate.
by ray.wurlod
Mon Jan 22, 2007 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell scripts and batch jobs (DataStage)
Replies: 8
Views: 4633

Define "batch" in your context.
by ray.wurlod
Mon Jan 22, 2007 8:16 pm
Forum: Site/Forum
Topic: 3K in No time!!!!
Replies: 18
Views: 8632

2B or not 2B, that is the question...
by ray.wurlod
Mon Jan 22, 2007 8:14 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

JB Watson (vice president of IBM) asserted - I think it was in 1952 or thereabouts - that the world market for computers seemed to be "about five".
by ray.wurlod
Mon Jan 22, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error
Replies: 15
Views: 5055

The { 0d } reported is a single carriage return character (Char(13), or Ctrl-M). That is, in this row there's a single carriage return character in this field. You need to handle that situation. Did the file come from a Windows source?
by ray.wurlod
Mon Jan 22, 2007 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

As far as I am aware there is nothing in DataStage that generates anything called "dbx". Check with your DB2 DBA whether there are dbx processes generated by that software. The bounce problem may have been a network port issue - did you check the output of netstat to see whether any process still ha...
by ray.wurlod
Mon Jan 22, 2007 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 6779

... unless you have an Australian accent, in which case "to die" is the day between yesterday and tomorrow. :lol:
by ray.wurlod
Mon Jan 22, 2007 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 4455

That would be the support organization who supplied the EPM components, presumably your PeopleSoft vendor.
by ray.wurlod
Mon Jan 22, 2007 3:27 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

The early Prime machines' disk drives came in 80MB (five 14 inch platters), 300MB (nineteen 14 inch platters) and 600MB (sealed). You had to undertake weight training before you could change packs in the 300MB drives. And on the very rare occasions they crashed, the noise was spectacular!!
by ray.wurlod
Mon Jan 22, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splting a file into several files and running them in a loop
Replies: 8
Views: 1379

Why not use a Link Partitioner feeding multiple database stages, rather than a loop?