Search found 42189 matches

by chulett
Tue Sep 25, 2007 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABOUT HASH PERTITIONING
Replies: 5
Views: 1707

:wink:

Google the term, plenty of sources out there that explain what it is and how it works.
by chulett
Tue Sep 25, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Days
Replies: 9
Views: 2854

Should also note that with this technique, sorting isn't necessary as input order doesn't matter.
by chulett
Tue Sep 25, 2007 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Days
Replies: 9
Views: 2854

Meaning, the same hashed file as both a lookup and your target. Hashed | Source -> Trn -> Hashed -> [calc days] Don't cache the lookup so the writes are immediately available. Every input record gets written to the hashed file. On a 'miss' you assemble a new record with all except one data field emp...
by chulett
Tue Sep 25, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Space problem
Replies: 6
Views: 1585

Max? No way to really answer that except to say "more". Let "them" know how important this is and insist they add more space.
by chulett
Tue Sep 25, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Days
Replies: 9
Views: 2854

So... not strictly chronological as I assumed where all you need is the number of days between any two status changes. Rather, for each Id you need a series of day counts between specific status changes? And when you said: "I need to calculate days for status change from 5 to 28, 5 to 27, 5 to 26, ...
by chulett
Mon Sep 24, 2007 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Space problem
Replies: 6
Views: 1585

Why not get more space by physically adding more? Filling that space is a Bad Thing and will wreak all kinds of havoc on your projects when it happens. Get more disk. No, it is not advisable you remove any files of that nature. For the LOG files, however, it is highly advisable that you manage their...
by chulett
Mon Sep 24, 2007 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using MONTH.TAG in the Transformer Stage
Replies: 2
Views: 1026

That 'time' was over a year ago. By now they've either solved their little problem or don't really care any more. :?
by chulett
Mon Sep 24, 2007 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add new parameter and remove default value from Jobs
Replies: 10
Views: 2481

Ken Bland has a utility that will easily handle #1 and is part of what he gives away for free from his website.
by chulett
Mon Sep 24, 2007 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control
Replies: 3
Views: 1176

Control jobs.

:? I'm not really sure what other kind of answer you would be looking for, but as always a more specific question will get you a more specific answer.
by chulett
Mon Sep 24, 2007 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting in server jobs
Replies: 10
Views: 13706

Sorting is sorting, so there's nothing all that mysterious going on except for two things: 1) Always provide a 'real' temporary file location in the stage, like "/tmp" for it to use. By default it will use the job's Project directory and you don't want to do that. 2) The 'Sort Specifications' can be...
by chulett
Mon Sep 24, 2007 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splliting of 1 Input col into 4 Output cols on word boundary
Replies: 5
Views: 1061

Better ideas than what? What have you tried so far?
by chulett
Mon Sep 24, 2007 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting in server jobs
Replies: 10
Views: 13706

You can't "sort" in a Transformer. You can, hower, use the oddly named Sort stage in a Server job.
by chulett
Mon Sep 24, 2007 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HXML
Replies: 1
Views: 607

No clue, never heard of it. Hmm...

http://www.flightlab.com/~joe/hxml/

Joe English wrote:HXML is a non-validating XML parser written in Haskell. It is designed for space-efficiency, taking advantage of lazy evaluation to reduce memory requirements. HXML may be used as a drop-in replacement for the HaXml parser in existing programs.
by chulett
Mon Sep 24, 2007 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the correct process to delete &PH& files
Replies: 3
Views: 926

:shock: No, you mean CLEAR.FILE rather than delete.

Clearing the directory is fine as long as you know no jobs are running at the time. None. Otherwise delete from the O/S any files that are over a certain amount of time old, say a day or two. Do that daily.
by chulett
Mon Sep 24, 2007 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Driver-Error
Replies: 1
Views: 792

Welcome. :D

Googled this up in a couple of seconds:

http://www.thescripts.com/forum/thread638670.html

There were quite a number of other hits for your error message.