Search found 53125 matches

by ray.wurlod
Fri Mar 21, 2014 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 8
Views: 3959

I suspect (from my understanding of the metadata model) that justification cannot be specified in metadata, but am willing to be corrected. Metadata are far more about how things are stored, rather than how they're displayed. In general.
by ray.wurlod
Thu Mar 20, 2014 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum of n number of rows
Replies: 9
Views: 6215

There's no explicit mention of an eleventh row in your original question, which is probably why it was not addressed in my answer. However, you could create a second output link that outputs only the negative of the total when the rowcount is 10. Use any appropriate stage type downstream to combine ...
by ray.wurlod
Thu Mar 20, 2014 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum of n number of rows
Replies: 9
Views: 6215

Might be a good candidate for using Transformer stage looping. Count from 1 to 10, initialize or increment the loop variable that's keeping the ongoing sum.
by ray.wurlod
Thu Mar 20, 2014 6:43 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: column Analysis for more than 255 characters in length
Replies: 5
Views: 3304

Did you try it?
by ray.wurlod
Thu Mar 20, 2014 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Emulate behavior of Sequence funnel
Replies: 2
Views: 1689

You could use a hashed file. When reading back from the hashed file include a sorting clause (for example BY fieldname or BY.DSND fieldname) in the Selection field.
by ray.wurlod
Thu Mar 20, 2014 1:09 pm
Forum: General
Topic: Director 9.1.2 Changing Projects Issue
Replies: 4
Views: 2398

/.dshome is not used for itag installations. The DSHOME environment variable is used.
by ray.wurlod
Thu Mar 20, 2014 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle this in DS?
Replies: 7
Views: 3922

Please encase your examples in Code tags so that we can discern what goes with what.
by ray.wurlod
Thu Mar 20, 2014 4:27 am
Forum: General
Topic: Undocumented Features list
Replies: 8
Views: 2345

I make great use of the ability to drag a full or partial table definition onto a link.
by ray.wurlod
Thu Mar 20, 2014 4:26 am
Forum: General
Topic: Undocumented Features list
Replies: 8
Views: 2345

DataStage Designer recognises single click, double click, triple click, quatruple click and, in one case that I've discovered, even quintuple click.
by ray.wurlod
Thu Mar 20, 2014 4:24 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: column Analysis for more than 255 characters in length
Replies: 5
Views: 3304

The check box to which Stuart refers appears in the dialog where you set up and submit the job run for Column Analysis. By default it is unchecked to save resources that are needed to compare large strings.
by ray.wurlod
Thu Mar 20, 2014 4:05 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Column Analysis Error - router not enabled
Replies: 4
Views: 3140

Have you registered interest in the table metadata and validated settings and connections within the project in which you're trying to run Column Analysis?
by ray.wurlod
Wed Mar 19, 2014 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server job - need help with transformer
Replies: 7
Views: 3746

Maybe the simplest solution is to use ODBC to connect to Oracle.
by ray.wurlod
Tue Mar 18, 2014 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server job - need help with transformer
Replies: 7
Views: 3746

You need to enable "reference link with multi-row result set".

Right click in the background of the Transformer stage and open Stage Properties. Choose the Inputs tab, then the reference input from the drop down list of link names. The check box you need is at the bottom of the page.
by ray.wurlod
Tue Mar 18, 2014 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server job - need help with transformer
Replies: 7
Views: 3746

Re: Reply

ssnegi wrote:you can use merge stage. first file - source file (one record) . Second file - reference file (10K records). Join Type - Right Outer Join. You can use transformer for any tranformation before or after the merge stage.
Not true.
The server Merge stage performs SQL joins on a pair of text files.
by ray.wurlod
Tue Mar 18, 2014 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Sort not agreeing with DataStage Sort
Replies: 8
Views: 3185

Also check for data type changes on the way through (including perhaps ustring to string or vice versa).