Search found 53125 matches

by ray.wurlod
Wed May 26, 2010 9:43 pm
Forum:
Topic: How to change Business Glossary Overview page
Replies: 8
Views: 4554

What's wrong with a tab with "Glossary" written on it?

Clear, succinct, ...

:wink:
by ray.wurlod
Wed May 26, 2010 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 5675

As a test, try explicitly specifying Hash as the partitioning algorithm on both inputs of the Join stage, using the join key as the partitioning key (and sorting on these).
by ray.wurlod
Wed May 26, 2010 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs attached to the sequencer
Replies: 5
Views: 2404

Sequencers don't use jobs.

Sequences do.
by ray.wurlod
Wed May 26, 2010 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation of parallel job taking more time
Replies: 9
Views: 3241

"Come free" means that the other user finishes with it, not that the licence cost suddenly magically vanishes!
by ray.wurlod
Wed May 26, 2010 6:30 pm
Forum: General
Topic: IOD EMEA Day Two
Replies: 11
Views: 6814

The "next version".

Note that the next version will almost certainly make it to GA in 2010; it will spend months in a long, open beta program.

I guess IBM want you all to detect/fix the problems before it goes GA, rather than afterwards.
by ray.wurlod
Wed May 26, 2010 6:27 pm
Forum: General
Topic: Checking the format of the string
Replies: 4
Views: 1467

All possible match patterns are documented in the DataStage BASIC manual (and in UniVerse manuals).

They may even be documented somewhere on DSXchange.
by ray.wurlod
Wed May 26, 2010 6:20 pm
Forum:
Topic: How to change Business Glossary Overview page
Replies: 8
Views: 4554

That's probably because Business Glossary User role does not have access to the BG Console, only administrators and authors do, and cosmetic changes are not considered important for these people.

Just my theory.
by ray.wurlod
Wed May 26, 2010 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INVOCATION ID's
Replies: 3
Views: 3136

DSGetJobInfo(hJob, DSJ.JOBINVOCATIONID) should do it.
by ray.wurlod
Wed May 26, 2010 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Performance
Replies: 2
Views: 1080

The same reason that file download rates vary when using Windows - the average is taken over the entire period so any delay will increase the time while not increasing the count as fast, so the average seems to decrease.
by ray.wurlod
Wed May 26, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 5675

What partitioning are you using on the inputs of the Join stage?
by ray.wurlod
Wed May 26, 2010 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FOR / DO Looping in transformer
Replies: 9
Views: 2335

Or stage variable to detect whether 'Y' has been encountered, and either stage variables or Key Change column from Sort stage to detect change of key.
by ray.wurlod
Wed May 26, 2010 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to update null to zero
Replies: 7
Views: 3955

If you're updating while data are in transit, use NullToZero() function.

If you need to update in the Oracle table, don't bother using DataStage - execute a simple UPDATE statement against the table.
by ray.wurlod
Wed May 26, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage with an Upsert option
Replies: 2
Views: 1198

My guess is locking contention in the target database. Get your DBA to monitor locks.
by ray.wurlod
Wed May 26, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings while running Parallel Jobs
Replies: 1
Views: 1439

Check that DSHOME or APT_RESPATH is set. Through one of these environment variables DataStage is able to determine the location of the "resource file" containing the text of messages.
by ray.wurlod
Wed May 26, 2010 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch/Case
Replies: 11
Views: 2508

I doubt that you missed much of it, but I've removed the Premium status anyway.