Search found 42189 matches

by chulett
Sat Apr 21, 2007 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file problem
Replies: 4
Views: 939

Don't see a 'sequential file problem' here. :wink:

There's no 'right' way and there's always other ways possible. To me, the questions are: does this technique work for you? Is it efficient or at least efficient enough to not jeopardize your SLA? If so, then it's as right as any other solution.
by chulett
Sat Apr 21, 2007 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OBDC Lookup Performance
Replies: 3
Views: 1070

Re: OBDC Lookup Performance

I guess this performance problem is because of the key column is a string of 20 alphanumeric characters. No, it's all in the efficiency of your query. Compounded by the fact that it fires once for each record being processed. As noted, 7M records is NOT huge and should be easily handled by a hashed...
by chulett
Sat Apr 21, 2007 6:25 am
Forum: General
Topic: How to Handle primary key null handling
Replies: 4
Views: 1354

Right - guessing the OP wants to know how to avoid sending NULL values to a PK. However, given the vagueness of the question...
by chulett
Fri Apr 20, 2007 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open hash file
Replies: 13
Views: 6100

chulett wrote:please post the exact and complete error from the log.

Please. Also, what DSGuru posted goes without saying - the names must be the same, not should be. And on UNIX that means exactly the same, case and all: 'MyHash' != 'myHash'.
by chulett
Fri Apr 20, 2007 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To improve job performance.
Replies: 5
Views: 971

Not much you can do there, it's a full table scan regardless of the indexes, which would not be used. You sure you don't mean 'Group by A' ? :?
by chulett
Fri Apr 20, 2007 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open hash file
Replies: 13
Views: 6100

:? You are unable to create the hashed file, or to read it once you've created it? In any case, please post the exact and complete error from the log.
by chulett
Fri Apr 20, 2007 10:53 pm
Forum: General
Topic: How to Handle primary key null handling
Replies: 4
Views: 1354

I'm curious... if there something special you are looking for? If so, you'd have to be more explicit what 'primary key null handling ' means to you so we can answer the right question. Or can we assume, like our friend has, that you just mean plain old null detection - in which case the IsNull() or ...
by chulett
Fri Apr 20, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2134

ray.wurlod wrote:You can use Fmt(InLink.TheString, "25T")

Ooooo... New trick for old dog. Thank you Master. :D
by chulett
Fri Apr 20, 2007 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import and Compile of large number of jobs
Replies: 7
Views: 2340

Yah, man - way more much betta. :lol:
by chulett
Fri Apr 20, 2007 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing Output Files in Server
Replies: 3
Views: 961

Welcome! :D

Pretty much every stage out there has a 'View Data' button for that - except the XML stages. For that, you'll need direct access to your Server or work with someone who does to send the file(s) to you.
by chulett
Fri Apr 20, 2007 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter values used in Nested Condition in Sequencer
Replies: 6
Views: 2491

If PERIOD is a value in your User Variables stage, you can't refer to it just by name. You need to prepend the stage name to it as well. So if the stage was called Fred then: Fred.PERIOD = 'P11 ' Or Fred.PERIOD = 'P12 ' Or Fred.PERIOD = 'P10 ' Would be more appropriate. If you used the External Para...
by chulett
Fri Apr 20, 2007 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter values used in Nested Condition in Sequencer
Replies: 6
Views: 2491

'Invalid' expressions generally evalute to TRUE and so always trigger. Or more properly, anything that evaluates to '0' is FALSE and everything else is TRUE.

Can you post your actual code from each link from the Nested stage?
by chulett
Fri Apr 20, 2007 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter values used in Nested Condition in Sequencer
Replies: 6
Views: 2491

First off, that's not a proper expression. It would need to be: UtilityHashLookup('hshDateTime','1',2) = 'P01' OR UtilityHashLookup('hshDateTime','1',2) = 'P02' OR UtilityHashLookup('hshDateTime','1',2) = 'P03' to evaluate correctly, but that would run the utility three times...
by chulett
Fri Apr 20, 2007 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator - Comparison with & without asserting Sort or
Replies: 6
Views: 1526

So, I specified the option 'Ignore' as the Sort Order in the inputs tab of the Aggregator. Ignore is a dangerous option. Are you sure you truly have something more complex than can be declared as ascending or descending? Could it not be properly sorted so that it can be? Sure seems like it could be...
by chulett
Fri Apr 20, 2007 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

Then someone else here needs to step up and help you. Or your company needs to arrange for some 'official' Support for you. Sorry.