Search found 53125 matches

by ray.wurlod
Tue Mar 01, 2011 3:15 pm
Forum: IBM QualityStage
Topic: Expected NameType --USNAME Standardization rule
Replies: 8
Views: 2752

I suspect that the W token will override the F tokens and cause NameType to be O. For example HENRY JONES INC.
by ray.wurlod
Tue Mar 01, 2011 3:14 pm
Forum: IBM QualityStage
Topic: USNAME Standardizaton rule
Replies: 6
Views: 3074

The other possible part of the answer to your question is to observe that what you posted is pattern action language. There is a pattern preceding each COPY action, which specifies the condition under which each constant will be assigned to the variable. The =T= operator forces the comparison to be ...
by ray.wurlod
Tue Mar 01, 2011 3:11 pm
Forum: IBM QualityStage
Topic: steps to create our own rule set
Replies: 3
Views: 1603

Why do you believe you want to do this? Using overrides on an existing rule set might be an easier, and easier to mainain, approach.

The answer to your question is non-trivial, would take hours to prepare and even longer to absorb. So I'd like to avoid that, if possible.
by ray.wurlod
Tue Mar 01, 2011 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of sed in external filter stage
Replies: 6
Views: 6565

Try using escaped single-quote characters.

Code: Select all

sed \'s/\(|\)\([[:digit:]][[:digit:]]*\.[[:digit:]][[:digit:]]*\)\(-\)\(|\)/\1\3\2\4/g\' 
by ray.wurlod
Tue Mar 01, 2011 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implemention of aggregate funtion SUM
Replies: 6
Views: 2013

Inner will be fine. There won't be duplicate values out of the aggregator (because this was the grouping column) but there will be duplicates in the stream data. That's OK, that's what a join does. As to your Filter question, that may cause an issue if you're doing an inner join - depends really on ...
by ray.wurlod
Tue Mar 01, 2011 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting multiple occurences in XML file
Replies: 3
Views: 2371

Set up a stage variable to report whether you've already seen the opening PROD_CD tag - if you have, transfer the value to the second field; if you haven't, transfer the value to the first field.
by ray.wurlod
Tue Mar 01, 2011 4:32 am
Forum: IBM QualityStage
Topic: USNAME Standardizaton rule
Replies: 6
Views: 3074

User_option is being assigned by the COPY actions directly.
by ray.wurlod
Tue Mar 01, 2011 4:31 am
Forum: IBM QualityStage
Topic: Job Debugging
Replies: 1
Views: 1401

There is an interactive debugger for parallel jobs in the future, but it's not in the product right now. The closest you can get now is to compile in trace mode (which effectively puts a Peek stage onto every link, so you can inspect the Peek outputs to see what data are being processed). In trace m...
by ray.wurlod
Mon Feb 28, 2011 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table with varying number of columns...
Replies: 4
Views: 1591

Unless you have a strategy that allows a dynamic ALTER TABLE ADD COLUMN you have no solution. You could, perhaps, pack all the remaining extra pieces into a deliberately oversized final column as a delimited string, or choose a "friendly" database such as UniVerse or UniData that allow the...
by ray.wurlod
Mon Feb 28, 2011 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE to oracle connector
Replies: 9
Views: 5813

There is a converter. Someone will post the name of it. Or you can track it down on IBM web site (probably Fix Central).
by ray.wurlod
Mon Feb 28, 2011 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implemention of aggregate funtion SUM
Replies: 6
Views: 2013

You won't lose any data. Only pass the columns to be grouped or summed to the Aggregator stage - pass all the others along the other link to the Join stage. All will be well, and you should not need an outer join - after all, the grouping keys came from the same data source!
by ray.wurlod
Mon Feb 28, 2011 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table with varying number of columns...
Replies: 4
Views: 1591

Describe your table. That is, what are its column names?
by ray.wurlod
Mon Feb 28, 2011 4:41 pm
Forum: General
Topic: metadata server
Replies: 4
Views: 2497

Metadata.

All sorts of metadata, produced and consumed by the various products in the IBM InfoSphere Information Suite.
by ray.wurlod
Mon Feb 28, 2011 3:13 pm
Forum: General
Topic: metadata server
Replies: 4
Views: 2497

Technically there is no metadata server *in* DataStage. DataStage is one of many products in the IBM InfoSphere Information Server suite. All of these products use a common metadata model, stored in a common metadata repository, and accessed through services such as the metadata delivery service and...
by ray.wurlod
Mon Feb 28, 2011 2:59 pm
Forum: General
Topic: Metadata Server
Replies: 2
Views: 6620

What is the correct forum in which to post this question?

Not the one you've chosen, which is for suggesting topics to go into the FAQ forum.