Search found 53125 matches

by ray.wurlod
Mon May 28, 2007 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting the number of rows extracted
Replies: 12
Views: 2939

The number of rows sent along the link is not necessarily the number of rows that end up in the hashed file, because duplicate key values effect a destructive overwrite.
by ray.wurlod
Mon May 28, 2007 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_STATUS Record for wave 161???
Replies: 7
Views: 1966

That's not the complete error message.
Please post the complete error message.
Are you REALLY on version 4?
by ray.wurlod
Mon May 28, 2007 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Prevent Locking Jobs
Replies: 8
Views: 1536

This is true only if the lock is owned by a non-defunct process.
by ray.wurlod
Mon May 28, 2007 3:13 pm
Forum: DSXchange Testimonials
Topic: DSXchange rocks!!
Replies: 7
Views: 15886

There's always retrophrenology.
:lol:
by ray.wurlod
Sun May 27, 2007 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why hashed file is prefered to sequential file
Replies: 5
Views: 939

It depends on context. There are contexts where I would prefer a sequential file over a hashed file. Can you be more specific about the circumstances in which you assert that a hashed file is to be preferred?
by ray.wurlod
Sun May 27, 2007 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvbackup vs export
Replies: 6
Views: 1950

I don't need one! 8)
by ray.wurlod
Sun May 27, 2007 11:09 pm
Forum: General
Topic: PX Ochestrate Lookup
Replies: 7
Views: 1842

The variants on the "lookup failed" rule indicate that you are getting no matches. The Continue rule mimics a left outer join, hence the returned NULL fields.

Can you execute this query successfully outside of DataStage with appropriate value substitutions?
by ray.wurlod
Sun May 27, 2007 11:06 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

Not quite.

What I mean is a new column, generated in a Column Generator stage (that is, not in the file itself). The column name can be anything you like; the value in it must be 'X' for every row.
by ray.wurlod
Sun May 27, 2007 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing OS environment variables in Datastage
Replies: 4
Views: 1362

It might be the clash of having CDR_DIR defined in both locations. Try removing it from the Windows environment variables and relying solely upon the ones defined in Administrator (from which $PROJDEF asserts that it should get the value if not overridden).
by ray.wurlod
Sun May 27, 2007 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Sort stage before Remove-Duplicate stage mandatory?
Replies: 9
Views: 5813

It's not partitioning. Look at the score. Note that DataStage has inserted some tsort operators (and probably some buffer operators also) on the inputs. So, if you don't specify sorting, DataStage will insert sorting. You might prefer a Sort stage so you can tell it "don't sort (previously sorted)" ...
by ray.wurlod
Sun May 27, 2007 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job monitor stops every day
Replies: 13
Views: 5832

By "they" I mean operations staff, who may shut things down in order to take backups, etc.
by ray.wurlod
Sun May 27, 2007 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance Usage - Best Practices
Replies: 4
Views: 1261

Multi-instance jobs are intended for almost precisely the situation you're in, perhaps also for continuously-running jobs or jobs that use the RTI components (and might be invoked from lots of places). I agree that non-selective log purge is an issue, but you can code around this or just rely upon a...
by ray.wurlod
Sun May 27, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Prevent Locking Jobs
Replies: 8
Views: 1536

No. Determine the owner of the lock and its cause. Eliminate the cause.

There is also an UNLOCK command, or the DS.TOOLS menu. Search the forum for more details.
by ray.wurlod
Sun May 27, 2007 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 4636

If DB2 UDB server is on the same machine as DataStage server, set Array Size to 1. Otherwise set Array Size to some multiple of (packet_size / row_size). Is there a large number of deletes? If not, set rows per transaction to 0, so that all the deletes form one transaction.
by ray.wurlod
Sun May 27, 2007 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvbackup vs export
Replies: 6
Views: 1950

I prefer uvbackup because it gets all those files, like DSParams, that export misses.