Search found 53125 matches

by ray.wurlod
Sun Jul 23, 2006 11:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing data to a file
Replies: 7
Views: 1651

You can use an after-stage or after-job subroutine to delete any file that has zero length. You can not prevent file creation by a Sequential File stage.
by ray.wurlod
Sun Jul 23, 2006 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data segment (heap) size
Replies: 7
Views: 2747

At least data and stack should be set to "unlimited" for parallel jobs.
by ray.wurlod
Sun Jul 23, 2006 4:16 pm
Forum: IBM QualityStage
Topic: regarding investigation stage
Replies: 4
Views: 1784

You would be better off checking IBM's website. The class is offered in different parts of the world at different times; I do not know where you are, since you did not provide this information in your profile, and I would hate to provide wrong or useless information. The IBM site will be up to date ...
by ray.wurlod
Sat Jul 22, 2006 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conditional lookup
Replies: 7
Views: 1367

No, you want to keep going and try the other lookups. Maybe Drop on the third.
by ray.wurlod
Sat Jul 22, 2006 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instances of jobs and logs
Replies: 11
Views: 4246

Yes, Distributed hashed file.
by ray.wurlod
Sat Jul 22, 2006 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data transfer issue - is NFS a good solution
Replies: 9
Views: 2537

100M ethernet will be a bottleneck. Get a dedicated network segment, get higher speed components (even fibre optic). NICs for fibre aren't expensive these days.
by ray.wurlod
Sat Jul 22, 2006 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 timestamp to date conversion
Replies: 7
Views: 2778

No, they're not. There are no Server SDK routines or Transforms with dots in their names. This is more like the typical PX function naming style, from what little I've seen, hence the question. Not if transcribed inaccurately by the OP. The PX functions also don't have dots in their names; the Modi...
by ray.wurlod
Sat Jul 22, 2006 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trailing spaces don't get trimmed.
Replies: 13
Views: 3585

kumar_s wrote:Ray, it seems here most of your post are posted from airport lounge. Is it everyday you fly to your workplace :?: :wink:

Most weekends, and occasionally midweek. Highly peripatetic.
by ray.wurlod
Sat Jul 22, 2006 6:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching the data
Replies: 6
Views: 1192

What do you need to do with all the intervening lines? Do they become separate columns in a single row? What is the terminating condition for a row? Does each $POUND introduce a new row in the output? Some extra specification would be useful in trying to find a solution: what should be the form of t...
by ray.wurlod
Sat Jul 22, 2006 6:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ideal condition for using sparse Look up
Replies: 2
Views: 704

More precisely, your main input stream can contain very many rows too, but only a small number distinct lookup key values.

The idea of a sparse lookup is to be able to avoid loading a huge reference table into either a virtual Data Set or Lookup File Set.
by ray.wurlod
Sat Jul 22, 2006 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instances of jobs and logs
Replies: 11
Views: 4246

A strange solution to the OP's problem if a fixed number of invocation IDs is used might be to partition the log table based on invocation ID. This is not possible with the current engine (which can only partition on key values, and the log table has a sequential integer key) but might be possible i...
by ray.wurlod
Sat Jul 22, 2006 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching the data
Replies: 6
Views: 1192

Data with embedded navigation instructions. Rather old-fashioned technology, but it rang some old bells (used to see this kind of thing with paper tape "files"). Tricky to do with DataStage, which is about flows, and can only really remember one row back. You'd need at least two passes through the d...
by ray.wurlod
Sat Jul 22, 2006 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trailing spaces don't get trimmed.
Replies: 13
Views: 3585

My understanding is that Trim(Arg) trims "white space" characters, which includes tabs. Next time I'm near a DataStage BASIC manual (as opposed to sitting in a airport lounge) I'll check.
by ray.wurlod
Sat Jul 22, 2006 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating XML Files in Datastage
Replies: 5
Views: 1505

Yes, Abdul is not a particularly Scottish-sounding name! :lol:
by ray.wurlod
Sat Jul 22, 2006 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System level public hashed file sharing question
Replies: 6
Views: 1583

You might get some more joy from SEMAPHORE.STATUS, but no guarantees.