Search found 53125 matches

by ray.wurlod
Wed May 28, 2008 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Pivot stage
Replies: 3
Views: 1321

A Pivot stage goes the other way (columns to rows). What you are attempting to achieve is called a "vertical pivot" (rows to columns). There are several ways to achieve a vertical pivot in DataStage - a Search of DSXchange will reveal them.
by ray.wurlod
Wed May 28, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown Block Format
Replies: 1
Views: 1108

I suspect that the "block" referred to is an unknown MQ message type (header?) rather than anything within DataStage.
by ray.wurlod
Wed May 28, 2008 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log Path to see the Job LOG - not thru Director!!!
Replies: 11
Views: 2280

If that's a solution please mark the thread as Resolved.
by ray.wurlod
Wed May 28, 2008 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Dynamic file
Replies: 5
Views: 1399

Your original question specified five. I answered for five.

Adapt to suit the maximum possible number.
by ray.wurlod
Wed May 28, 2008 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters of subjob in batch job
Replies: 4
Views: 1161

You can add a job parameter to the controlled job but not to its controller. However, under this design there is no way that you can assign a value to that parameter - it will always take its default value. If you require the ability to supply a value to that parameter when run from the controlling ...
by ray.wurlod
Wed May 28, 2008 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 7302

I still don't understand what point you are making.

The default report includes all the activities in a job sequence, and you can create a stylesheet to have them displayed as you wish when the generated XML is converted to an HTML document.
by ray.wurlod
Wed May 28, 2008 1:33 pm
Forum: General
Topic: Unable to login to dataStage Director
Replies: 3
Views: 1360

OK, next time it happens go to the Processes tab in Task Manager, make sure that the CPU column is visible and click its heading to sort by CPU. Identify the process that is consuming too much CPU.
by ray.wurlod
Wed May 28, 2008 7:02 am
Forum: IBM QualityStage
Topic: Email validation
Replies: 1
Views: 1441

I think this could most easily be done in a Transformer stage. But, yes, you could create some PAL to reparse these patterns.
by ray.wurlod
Wed May 28, 2008 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Dynamic file
Replies: 5
Views: 1399

Of course it's possible. Use a Switch, Filter or Transformer stage with five outputs to Sequential File stages.
by ray.wurlod
Wed May 28, 2008 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How To align Components in data stage server.
Replies: 2
Views: 3658

One of the tools in the standard Toolbar is "snap to grid". If this is enabled, then every stage you place will have its upper left-hand corner aligned with an intersection of the grid (there is another tool that enables display of the grid). This is the easiest way to align stages (until you resize...
by ray.wurlod
Wed May 28, 2008 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 7302

I can not correct you because, frankly, I do not understand what you wrote. Could you perhaps attempt to rewrite it in a less opaque style?
by ray.wurlod
Wed May 28, 2008 6:43 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 17957

You might like to mark this thread as Resolved, then.
by ray.wurlod
Wed May 28, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Multiple Instance
Replies: 9
Views: 2931

This error can also mean that the job is already running. Are you passing the (a unique) invocation ID through to the job?
by ray.wurlod
Wed May 28, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataCompress in DataStage
Replies: 4
Views: 2326

Some database products, such as DB2 version 9, have inherent data compression capability.
by ray.wurlod
Wed May 28, 2008 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 7302

Open the Designer and click the Job Report tool (the one that looks like an Internet Explorer icon). You can create your own stylesheets to govern the format of the reports thus produced.