Search found 53125 matches

by ray.wurlod
Tue Dec 02, 2003 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FIELD FUNCTION
Replies: 7
Views: 1906

You could upgrade to version 7, and get the BASIC Transformer stage.
8)
by ray.wurlod
Tue Dec 02, 2003 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ranking the data both from above and below
Replies: 1
Views: 609

If it's not already sorted, get it sorted; use a UNIX sort, the Sort stage, or the CoSORT plug-in (from the folks who host this site). Run the results through a Transformer stage, with an output link constraint such as @INROWNUM <= 10. Similarly, sort in descending order to get the other end of the ...
by ray.wurlod
Tue Dec 02, 2003 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum number of rows in a Hash File
Replies: 4
Views: 1171

Well, I DID say my mathematics was approximate! The 12 bytes is per record, not for the entire file. So your calculation should be 70 + 5 + 12 (=87), rounded up to the nearest multiple of 4 (=88 bytes), then multiplied by 4 million (=352000000), or 344MB. There is also one (static) or two (dynamic) ...
by ray.wurlod
Tue Dec 02, 2003 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file performance questions
Replies: 4
Views: 1169

Kia ora. If there are a fairly constant number of rows, then a static hashed file rather than the default (dynamic) may be more performant. You might like to follow that train of thought a little further in your researches. The good news is that there are quite a number of (UniVerse) hashed file exp...
by ray.wurlod
Tue Dec 02, 2003 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zombies UVSH
Replies: 10
Views: 3102

Nope, that one's got me, too. :oops:
PhantomSquawk, care to enlighten the world?
by ray.wurlod
Tue Dec 02, 2003 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What IS the Role of DATAWAREHOUSE DESIGNER
Replies: 9
Views: 1262

Just to reinforce that, even though it's quite a thick book, I carry my copy wherever I travel. It's a vital tool as far as I'm concerned.
by ray.wurlod
Tue Dec 02, 2003 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using .NET assemblies as external functions
Replies: 5
Views: 1126

However, in version 6 of DataStage, the "external function" can only be one exposed in an ActiveX control.
by ray.wurlod
Tue Dec 02, 2003 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion (ugg I hate this)
Replies: 4
Views: 1222

Unless, like much of the world outside the USA, you're in a locale that uses DMY or YMD as the default date order. I have a better one back at home, which I will post after I return from Thailand.
Basically, it does an OCONV to test the local order, and does the generic conversion on this basis.
by ray.wurlod
Tue Dec 02, 2003 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not load dssybdbl.so
Replies: 3
Views: 933

In version 5 there's a relink.uvlibs step that has to be carried out. Don't have the details with me, but it's in the server installation instructions and in the ODBC driver documentation. It makes sure that the hidden file (it's actually a symbolic link) /.uvlibs points to the right place. That was...
by ray.wurlod
Tue Dec 02, 2003 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup in a Range
Replies: 2
Views: 830

This exact question has been answered a number of times on the forum.
Try a search for "BETWEEN JOIN" as a start point.
by ray.wurlod
Tue Dec 02, 2003 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RPC Daemon is not running Datastage Version 6
Replies: 18
Views: 9279

Is that what's on screen, or what's in /tmp/dsrpc.log?

If - as I suspect - it's what's on screen, it means simply that the command has started as a background process with process id (PID) of 13527.

What's in the file /tmp/dsrpc.log? It's a text file; you can read it with cat or more.
by ray.wurlod
Tue Dec 02, 2003 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert from number to binary
Replies: 9
Views: 2060

Yes, it tends to be one-way traffic. You can convert from binary data into equivalent string representation (which is DataStage's internal representation) but not, it seems, the other way. I'm certain there is a way, but can't remember right now (10:30pm in a Bangkok hotel, without DataStage) how to...
by ray.wurlod
Tue Dec 02, 2003 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RPC Daemon is not running Datastage Version 6
Replies: 18
Views: 9279

You seem to have missed the -d9 for debugging mode.
by ray.wurlod
Mon Dec 01, 2003 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage
Replies: 7
Views: 6683

Thanks, Eric.

Can you share with us the name of the manual from which you obtained this, or the command that you executed?
by ray.wurlod
Mon Dec 01, 2003 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zombies UVSH
Replies: 10
Views: 3102

Still don't know the phantom reference, though. DSD.RUN invokes DSD.StageRun with PHANTOM SQUAWK DSD.StageRun { command_line_options } SQUAWK is a synonym in the VOC for REPORTING. It used to cause gales of laughter as the preferred option for COPY for Prime INFORMATION. COPY FROM file1 T...