Search found 42189 matches

by chulett
Thu Apr 22, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing a 190 column table definition: How?
Replies: 6
Views: 1928

Right, nothing magical about have 190 columns.
by chulett
Thu Apr 22, 2010 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving all Duplicate records to second file
Replies: 5
Views: 2280

Different, don't know about 'better'. Or you could do the exact same thing there.
by chulett
Thu Apr 22, 2010 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using hint in OCI stage
Replies: 3
Views: 1608

So yes, and it's all about Oracle not DataStage. Also note there's no need for custom SQL simply for this, I put the hint as part of the derivation of the first field and then the SQL will be generated all proper like, hint and all.
by chulett
Wed Apr 21, 2010 6:06 pm
Forum: General
Topic: Sequential File Stage and file name variable
Replies: 8
Views: 2627

Not enough information for a cogent answer. How are you reading the files now - with a file pattern? Is that why you don't know the actual filename run to run? I'm assuming that, otherwise as others have noted you'd just use the job parameter that was passing it in. There's an option in the Sequenti...
by chulett
Wed Apr 21, 2010 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64 bit hash file
Replies: 2
Views: 2172

An exact search for "64bit hash file" will answer your question.

Note, however, that it is actually a hashed file.
by chulett
Wed Apr 21, 2010 7:29 am
Forum: General
Topic: finding delimiters
Replies: 7
Views: 2037

Why don't you throw us a bone before people go too far down the 'solutions' path? :? Are your values (other than the delimiters, of course) always/exclusively numeric? Will there only be one distinct delimiter in any given field and thus a single value always goes into B or can they be mixed and you...
by chulett
Tue Apr 20, 2010 12:26 pm
Forum: General
Topic: CheckSum() Function
Replies: 11
Views: 7878

I don't recall there being a "checksum" routine that ships with the product, are you certain this isn't something home grown? Can you find it in the Manager and check the source to see what it does? :?
by chulett
Tue Apr 20, 2010 11:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort error
Replies: 3
Views: 1468

That is what is known as a Very Bad Thing and something you need to resolve ASAP before you corrupt your repository. ps. The "Temporary File" location property in the Sort stage should never be left blank as that means they all go into the Project the job is running from. Always redirect i...
by chulett
Tue Apr 20, 2010 7:23 am
Forum: General
Topic: finding delimiters
Replies: 7
Views: 2037

Errr... can you give an example or two?
by chulett
Tue Apr 20, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence slow response
Replies: 1
Views: 1464

Large job logs? Large number of files in your &PH& 'phantom' directory? Hard to say.
by chulett
Tue Apr 20, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence hangs at checkpointing
Replies: 9
Views: 15414

Try turning off the auto-purge for the jobs in question, see if that helps. There are some known 'issues' with auto-purge and MI jobs.
by chulett
Mon Apr 19, 2010 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS (Oracle) - Varchar Issue
Replies: 4
Views: 2238

Are you current on all of the 8.1.x patches?
by chulett
Mon Apr 19, 2010 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS (Oracle) - Varchar Issue
Replies: 4
Views: 2238

That would be a question for support, me thinks. Why not just set an appropriate length and move on?
by chulett
Mon Apr 19, 2010 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a Parameter file from UNIX Directory & pass value
Replies: 17
Views: 13724

As noted, you'd have much more control over things in a nice chunk of BASIC job control code, something that could automatically poll a job for the parameters it needs and then parse them from your flat file or a dynamic array. What Kim posted can be made to work for you if you know the names of the...
by chulett
Mon Apr 19, 2010 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a Parameter file from UNIX Directory & pass value
Replies: 17
Views: 13724

Pls let me know how I can do it. I'm sorry but what in the heck do you think we've been trying to do? Am I just talking to myself here? :? And while your requirement may be "simple", the solution - when it involves a variable number of parameters in name/value pairs - is not if you've nev...