Search found 53125 matches

by ray.wurlod
Tue Mar 13, 2007 5:27 pm
Forum: General
Topic: Median Calculation
Replies: 36
Views: 10179

Why not a Median routine that is a transform function? Maintain the sorted dynamic array in a variable declared to be in COMMON (so that it persists between rows) and returns the "median so far" as each row is processed. Performance? Bah! We're talking functionality here. You'll have the median of t...
by ray.wurlod
Tue Mar 13, 2007 5:21 pm
Forum: IBM QualityStage
Topic: Standardization Question.
Replies: 1
Views: 1060

In version 7.x you will need to invoke your QualityStage job from a DataStage job through the QualityStage plug-in. The DataStage job is set up with RTI Input and RTI Output stages, and published as a web service. The appropriate manual is the one that comes with the separately purchased SOA Edition...
by ray.wurlod
Tue Mar 13, 2007 5:18 pm
Forum: Enhancement Wish List
Topic: Open Designer job that is locked - do not go to Open Job win
Replies: 3
Views: 2501

In version 8.0 the dialog box tells you that the job is locked by another user and gives you the opportunity to open it in read-only mode. If you choose not to, behaviour remains as at version 7.5 and earlier.

Having Yes, No and Cancel on this dialog is desirable.
by ray.wurlod
Tue Mar 13, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Failure
Replies: 13
Views: 2747

It's not there in version 7.5x2
by ray.wurlod
Tue Mar 13, 2007 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Application Error Designer closes
Replies: 22
Views: 5364

If you're running on Windows XP sp2 do you have the patch? Search the forum for details.
by ray.wurlod
Tue Mar 13, 2007 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim trailing characters
Replies: 7
Views: 1089

Which is exactly how Field() works.
by ray.wurlod
Tue Mar 13, 2007 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Surrogate Keys via hash functions
Replies: 20
Views: 6994

What's wrong with using the Change Capture, Compare or Difference stage to detect change, and Surrogate Key Generator stage to generate surrogate keys?!!
by ray.wurlod
Tue Mar 13, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Failure
Replies: 13
Views: 2747

Cleanup is not available in all versions.
by ray.wurlod
Tue Mar 13, 2007 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: manual entry of Job parameters !!!
Replies: 13
Views: 3808

kcbland wrote:Once 8.0 comes within my grasp, my associates and I will revise our utilities accordingly.


So it's really Caveat Vendor then?
by ray.wurlod
Tue Mar 13, 2007 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cascading Lookups
Replies: 6
Views: 2436

Cascading lookup CAN be done.

But you can not construct it with the GUI; on the second and subsequent reference key expressions you must type in the qualified name of the return column from the earlier reference input link.

It will remain red, but it will compile and it will work.
by ray.wurlod
Tue Mar 13, 2007 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Failure
Replies: 13
Views: 2747

Run the DS.CHECKER command. It checks for partial definitions, and deletes any repository job tables unrelated to a job.
by ray.wurlod
Tue Mar 13, 2007 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the exact difference between routine and transfroms?
Replies: 4
Views: 1396

Also, if the definition of a Transform changes, every job that uses it has to be re-compiled, whereas if the logic of a Routine changes, only the routine itself has to be re-compiled (unless the number of arguments changes).
by ray.wurlod
Tue Mar 13, 2007 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Freeze..
Replies: 17
Views: 3540

A hashed file is a way to implement a database table. You can have multiple streams inserting rows into it.

There is no need at all for a Link Collector stage.
by ray.wurlod
Tue Mar 13, 2007 6:15 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Load Database Metadata
Replies: 3
Views: 3114

It was not always thus. I wonder why they restrict you to those drivers?
by ray.wurlod
Mon Mar 12, 2007 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Fatal Error
Replies: 2
Views: 1513

Check that every directory in the pathname exists and that you have sufficient access both to read it and to use it in a pathname.

Check also that the Lookup File Set was successfully created, and that its LFiles have not subsequently been deleted by some zealous operator.