Search found 53125 matches

by ray.wurlod
Wed Jan 16, 2008 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tranform Using Convert to replace multiple strings
Replies: 2
Views: 1078

It is covered in the DataStage BASIC manual, it is covered in the on-line help for the Convert() function. In both cases it states that "expression1 specifies a list of characters to be converted." where expression1 is the first argument to the Convert() function.
by ray.wurlod
Wed Jan 16, 2008 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: First Day of the month
Replies: 5
Views: 1685

I'd use the MONTH.FIRST Transform. Why re-invent the wheel?
by ray.wurlod
Wed Jan 16, 2008 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Serverjob error
Replies: 10
Views: 2231

In your Hashed File stage, click the Options button and select the "delete before create" check box. This will handle the possibility that the hashed file already exists. Check carefully that the value being supplied by the parameter (and reported in the error message) is totally correct, even unto ...
by ray.wurlod
Wed Jan 16, 2008 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job not aborting even if there is a fatal error
Replies: 5
Views: 2061

"Fatal" errors do not necessarily cause parallel jobs to abort.

In this wise parallel jobs behave differently from server jobs.
by ray.wurlod
Wed Jan 16, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Serverjob error
Replies: 10
Views: 2231

"//////" is not a legal name for a hashed file.
by ray.wurlod
Wed Jan 16, 2008 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find a job which is deleted from the designer?
Replies: 3
Views: 1115

Exactly.

You can prove, from DS_AUDIT, that it was deleted successfully. This is, if you will, an automatically committed transaction: the job has gone.

Do you have a backup - ideally an export of the project?
by ray.wurlod
Wed Jan 16, 2008 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to replace all the empty derivation with SetNull()
Replies: 10
Views: 2741

An implicit conversion will occur, but you will need to use something like a Left() function because the target string is shorter than the source string; otherwise you will get "potential truncation" alerts.
by ray.wurlod
Wed Jan 16, 2008 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variable
Replies: 6
Views: 1275

What has changed on your system between when it ran OK and now when it doesn't run?

What is the environment variable that isn't loaded?

Search the forum for "libgciudt6.so".
by ray.wurlod
Tue Jan 15, 2008 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to replace all the empty derivation with SetNull()
Replies: 10
Views: 2741

Implicit conversions you don't need to do anything. Where you need explicit conversions you can find the function name in the Chapter on the Modify stage or the Chapter on the Transformer stage, depending on which stage type you're using. I note that you have a sig with "urgent" in it. We don't do "...
by ray.wurlod
Tue Jan 15, 2008 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link
Replies: 3
Views: 809

Define "performance" in this context.
by ray.wurlod
Tue Jan 15, 2008 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to replace all the empty derivation with SetNull()
Replies: 10
Views: 2741

You should be making sure that your data types and nullability are all correct, and using the appropriate functions for type conversion (where required) and null conversion (where required).
by ray.wurlod
Tue Jan 15, 2008 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash table (hash partition)
Replies: 4
Views: 1018

Don't you have manuals or on-line help?
:roll:
by ray.wurlod
Tue Jan 15, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link
Replies: 3
Views: 809

Of course they do. They're doing the same processing.

What's a "performance compact"?
by ray.wurlod
Tue Jan 15, 2008 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset
Replies: 1
Views: 526

The number of rows that passed along the link. Each time a lookup succeeds - irrespective of the number of rows in the reference data set - this counter increments.
by ray.wurlod
Tue Jan 15, 2008 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Table definition
Replies: 5
Views: 1696

Why do you think the delimiter should be "/"? That doesn't really make sense - you'd be parsing partway through the end tags.

Try using 000 (for no delimiter between fields).

Though I really believe that you need to import the XML table definition to make any sense of this file.