Search found 53125 matches

by ray.wurlod
Tue Feb 08, 2011 10:39 pm
Forum: General
Topic: DSEngine restart and ASBnode
Replies: 2
Views: 2560

No, the agents can be left running if all you need to shut down is the engine (which is true in this case).
by ray.wurlod
Tue Feb 08, 2011 10:37 pm
Forum: General
Topic: Which version of SubVersion is compatible with 8.5
Replies: 10
Views: 15244

I second that, particularly since the site I'm at will be doing exactly what's described next week (or the week after).
:D
by ray.wurlod
Tue Feb 08, 2011 10:35 pm
Forum: General
Topic: Server vs parallel jobs
Replies: 14
Views: 9432

Ah, "performance". Is it time for that argument again? For small volumes of data a server job can be started, run and finished before a parallel job has completed its startup phase. This startup phase is allegedly improved (quicker) in version 8.5 but I've not yet had a chance to verify th...
by ray.wurlod
Tue Feb 08, 2011 10:32 pm
Forum: IBM QualityStage
Topic: Match specification
Replies: 11
Views: 4847

Depends what you mean by "hit". I assume you mean "match". In that case, the match percentage is a measure of hit rate. But some of the clericals may end up being true matches once reviewed (you won't know till that's been done). "Match" in this context is the percentag...
by ray.wurlod
Tue Feb 08, 2011 12:23 pm
Forum: General
Topic: Server vs parallel jobs
Replies: 14
Views: 9432

Why are you confused? Server jobs use server stages, parallel jobs use parallel stages, sequence jobs use sequence stages. You even get a different Palette depending on what job type you have open. (You can use server Shared Containers in parallel jobs under certain circumstances, but not server sta...
by ray.wurlod
Tue Feb 08, 2011 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which partition is best in the diffreent stages
Replies: 3
Views: 2393

Whichever one is right for the data type of the join key.

This is an interview question, isn't it?
by ray.wurlod
Tue Feb 08, 2011 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row comparison
Replies: 3
Views: 2007

Search DSXchange for examples - it has been well explained in the past.
by ray.wurlod
Tue Feb 08, 2011 12:14 pm
Forum: General
Topic: how to get correct value of job end time using dsjob comamnd
Replies: 6
Views: 4191

Looks like it's reporting the date/time that dsjob was run. This is a bug, if reproducible, and should be reported to your official support provider.
by ray.wurlod
Tue Feb 08, 2011 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed in converting code which is in DS Server routine
Replies: 17
Views: 8678

We're getting there.

Your subject is "converting" the routine code. To what do you need to convert it?
by ray.wurlod
Tue Feb 08, 2011 12:11 pm
Forum: General
Topic: Server vs parallel jobs
Replies: 14
Views: 9432

There are two Sort stages, even though they're called the same thing. (What else would you call it?) Open the properties in the Stage Types branch of the Repository to note significant differences.
by ray.wurlod
Tue Feb 08, 2011 12:07 pm
Forum: IBM QualityStage
Topic: Match specification
Replies: 11
Views: 4847

The match specification designer allows you to place passes into a "holding area" so that particular combinations of match passes may be tested. Testing is done within that designer; you don't need formally to run the job. And you can specify a sample of data if you wish.
by ray.wurlod
Tue Feb 08, 2011 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row comparison
Replies: 3
Views: 2007

Stage variables or upstream Sort stage for detecting key change. Other stage variables for maintaining page number for output. Note that you cannot look ahead, only back. But you could sort your data in reverse order!
by ray.wurlod
Tue Feb 08, 2011 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Sort & remove Duplicate
Replies: 3
Views: 2776

Put Eff_Date fourth in the list of sort keys.
by ray.wurlod
Tue Feb 08, 2011 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation in Transformation Stage
Replies: 4
Views: 1554

Of course it's possible.

But it's wrong.

Would you (or your interviewer) use a hammer to tighten a screw? It's possible, but it's the wrong tool for the job.
by ray.wurlod
Tue Feb 08, 2011 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Too Many Aggregators
Replies: 4
Views: 2254

Use one Aggregator. Process 30 columns (plus grouping columns, if any) in it.