Search found 53125 matches

by ray.wurlod
Thu Mar 18, 2010 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV Issue Using Lookup Stage for Range Lookup
Replies: 4
Views: 2637

Is there a large volume of reference data?
by ray.wurlod
Thu Mar 18, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to lookup a unix file through C program through routine
Replies: 14
Views: 5005

Your function mimics what the Lookup stage does - at least one of the things that it does. So why are you going to the trouble of writing the function? Surely it's unnecessary.

My question was a cynical response to your reinvention of this particular wheel.
by ray.wurlod
Thu Mar 18, 2010 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage problem
Replies: 5
Views: 1570

Have you enabled "multiple row return from reference input"?
by ray.wurlod
Thu Mar 18, 2010 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bittest function in parallel jobs
Replies: 2
Views: 1651

I'm not aware of one (a function for the parallel Transformer) within DataStage. Certainly it exists as a C function so you could implement your own parallel routine.
by ray.wurlod
Thu Mar 18, 2010 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation Bogging Down Server
Replies: 13
Views: 3733

Try using a separation of 4 or even 8, rather than 1. You'll need to enter this manually into the Hashed File Calculator.
by ray.wurlod
Thu Mar 18, 2010 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Info
Replies: 3
Views: 1519

Repeat is not the same as rephrase. We'd like you to explain more clearly what you are attempting to do.

Have you investigated ETLstats from Kim Duke's web site? It can gather that kind of information and store the same in tables from which you can report.
by ray.wurlod
Thu Mar 18, 2010 3:37 pm
Forum: General
Topic: Heap Memory allocation error
Replies: 1
Views: 1597

Search DSXchange. "Heap allocation failed" has been addressed numerous times.
by ray.wurlod
Wed Mar 17, 2010 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Progress percentages in Log
Replies: 6
Views: 2579

There's a Report Progress (or similar) property in the Sequential File stage. The property takes a yes/no value, default is yes. Change it to No to prevent progress reporting.
by ray.wurlod
Wed Mar 17, 2010 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Look up Stage
Replies: 5
Views: 3547

Can you please let everyone know HOW it was resolved?
by ray.wurlod
Wed Mar 17, 2010 7:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search string
Replies: 5
Views: 1663

There's a simple remedy for your problem.
by ray.wurlod
Wed Mar 17, 2010 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation Bogging Down Server
Replies: 13
Views: 3733

What's the structure of the key? What hashing algorithm have you chosen?
by ray.wurlod
Wed Mar 17, 2010 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: adding header and footer to every group
Replies: 5
Views: 2116

You'd need custom SQL but, yes, you can do it during extraction. Like Craig I'd prefer to do it "in job".
by ray.wurlod
Wed Mar 17, 2010 7:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can I attach Current date as file name
Replies: 4
Views: 2464

Moderator: please move to Enterprise Edition (parallel) forum
by ray.wurlod
Wed Mar 17, 2010 7:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage function
Replies: 4
Views: 1679

In spite of Arnd's doubts, "R%8" is also correct. The width parameter is not required if there is a mask, and "%8" is a shorthand way of specifying "%%%%%%%%" as a mask. "R%8" displays the rightmost eight characters of the input, left padding with zeroes as re...
by ray.wurlod
Wed Mar 17, 2010 7:11 pm
Forum: General
Topic: Operator Diagram
Replies: 1
Views: 1025

Get it through your support provider. The title of the OEM manual is Orchestrate Operators Guide. But request ALL the Orchestrate manuals, there are gems in each of them.