Search found 53125 matches

by ray.wurlod
Thu Sep 16, 2010 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage
Replies: 10
Views: 4691

Welcome aboard.

You really haven't given enough information - I am presuming that your question refers to a Lookup stage.

The answer is "maybe". On the output link of the stage you can control which input columns get mapped to output columns.
by ray.wurlod
Thu Sep 16, 2010 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: referencing remote hash files
Replies: 2
Views: 1419

Just set the Hashed File stage properties to "clear file before writing". It doesn't matter where the hashed file is. If the stage can write to the hashed file, it can clear it. (And it will use CLEAR.FILE technology under the covers.)
by ray.wurlod
Thu Sep 16, 2010 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_nlsmap() - BCI NLS input mapping error
Replies: 6
Views: 5979

Hard to say with so little information. Is the NLS map actually loading when DataStage starts?
by ray.wurlod
Thu Sep 16, 2010 3:37 am
Forum: General
Topic: length of decimal data type
Replies: 2
Views: 1195

At least (m+2).
by ray.wurlod
Thu Sep 16, 2010 3:34 am
Forum: General
Topic: Routine - select a column in the job log
Replies: 7
Views: 2859

And yet it is so easy to obtain a premium membership, which will allow you to read entire premium posts, as well as gaining other advantages.
by ray.wurlod
Thu Sep 16, 2010 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicate with certain type
Replies: 2
Views: 1097

Remove Duplicates stage keyed on "id" retaining the First record from each group.
by ray.wurlod
Thu Sep 16, 2010 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read chineese characters through seq file in ds
Replies: 5
Views: 1595

Probably not, though you may need to set some environment variable(s) that your database client software needs. Your DBA should be able to advise on this.
by ray.wurlod
Wed Sep 15, 2010 5:45 pm
Forum: General
Topic: Setup configuration from rsh to ssh.
Replies: 2
Views: 1448

How many machines is DataStage running on?
by ray.wurlod
Wed Sep 15, 2010 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Logic
Replies: 4
Views: 1322

One solution is:

Code: Select all

If InLink.TheString[5,2] = "xx" Then Left(InLink.TheString, Len(InLink.TheString) - 2) : "11" Else InLink.TheString
by ray.wurlod
Wed Sep 15, 2010 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling invalid data in data column
Replies: 5
Views: 2546

Then try reading it as CAST (column AS VARCHAR2) and handling the variants within DataStage.
by ray.wurlod
Wed Sep 15, 2010 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: offset warning in the sequential stage
Replies: 4
Views: 3155

Remember that the first record is number 0. So record 27 is the twenty-eighth record in the file. Offset 0 is the beginning of the file, and the first character of your file in that line is {0d} - that is, a line feed character.
by ray.wurlod
Wed Sep 15, 2010 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row comma separated values
Replies: 29
Views: 20123

So put the "trim the trailing comma" logic into the first job.
by ray.wurlod
Wed Sep 15, 2010 5:21 pm
Forum: General
Topic: Routine - select a column in the job log
Replies: 7
Views: 2859

Yes, but that doesn't give you a third format.

The log that you read is whichever one the current job handle relates to. You must control this in your code. You can use functions like DSGetJobInfo() with DSJ.JOBCONTROLLER to determine the parent sequence's name.
by ray.wurlod
Wed Sep 15, 2010 5:19 pm
Forum: General
Topic: strange plugin error
Replies: 9
Views: 3410

These counts are close. Have you created any custom stages?
by ray.wurlod
Wed Sep 15, 2010 5:16 pm
Forum: IBM QualityStage
Topic: Dataload into Multi Table
Replies: 3
Views: 1820

Moderator: please move to Enterprise Edition (parallel) forum

This is not a QualityStage question.