Search found 53125 matches

by ray.wurlod
Thu Aug 26, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Incorrect Calculation.
Replies: 14
Views: 4385

Please give examples of values into and out of each Transformer stage, indicating whether each example is as expected.
by ray.wurlod
Thu Aug 26, 2010 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Partition Warning
Replies: 8
Views: 8502

Setting Preserve Partitioning to Clear in the Oracle stages is the cause of this warning. Change it to Default.
by ray.wurlod
Thu Aug 26, 2010 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source type dfloat to result type int32
Replies: 7
Views: 12609

But it's dfloat within the Aggregator stage.

Investigate the Decimal Output property and the Preserve Data Type property.
by ray.wurlod
Wed Aug 25, 2010 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incomplete column value??
Replies: 6
Views: 3575

You have to set column#15 first, then column #14, and so on till you get to column #10. And higher-numbered columns must always have "weaker" rules than lower-numbered columns.
by ray.wurlod
Wed Aug 25, 2010 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: field is not an Orchestrate insert field.
Replies: 1
Views: 2357

The names in the ORCHESTRATE structure must match those in the Columns grid of the stage.
by ray.wurlod
Wed Aug 25, 2010 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Tracing..
Replies: 1
Views: 822

Except for the _IN and _OUT suffixes these are the names of "helper subroutines" on the server that are being invoked through a Subroutine object in the client. The first argument on the _IN calls is typically the driver for a dispatch code within the routine; the first argument in the _OU...
by ray.wurlod
Wed Aug 25, 2010 6:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& folder file warning message
Replies: 7
Views: 2515

This may be caused by &PH& being created as a "Type 1" rather than a "Type 19". Type 1 imposes an absolute limit of 41 characters, and structures these physically into subdirectories of not more than 14 characters in the name of each. To remedy this permanently execute th...
by ray.wurlod
Wed Aug 25, 2010 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incomplete column value??
Replies: 6
Views: 3575

Click Help while you are in the Columns grid. The explanation there is quite good.
by ray.wurlod
Wed Aug 25, 2010 5:58 pm
Forum: General
Topic: Converting Stored Procedure to DataStage Jobs
Replies: 9
Views: 4029

The "next version" does not yet have a version number, for legal reasons. I don't have any details about Balanced Optimizer with me - if you have access to the IOD 2009 or IOD 2010 Europe presentations you can probably get some knowledge about what's planned. Or go to IOD 2010 in Las Vegas...
by ray.wurlod
Wed Aug 25, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can anybody tell me the logic
Replies: 3
Views: 1268

It's called a (horizontal) pivot, and you can achieve it using a Pivot stage.
by ray.wurlod
Wed Aug 25, 2010 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from excel
Replies: 5
Views: 2362

Find a UNIX-based ODBC driver for Microsoft Excel and use that.
by ray.wurlod
Wed Aug 25, 2010 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source type dfloat to result type int32
Replies: 7
Views: 12609

By not mapping a dfloat (which can be an extremely large number) into an int32 (which can't be bigger than about 2,700 million).
by ray.wurlod
Wed Aug 25, 2010 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage client speed
Replies: 7
Views: 2217

They would. How do they explain the slowness?
by ray.wurlod
Wed Aug 25, 2010 1:33 am
Forum: General
Topic: NLS button is now switched off
Replies: 8
Views: 2743

Do the project Add and Delete buttons appear or are they, too, disabled? If they (and the NLS button) are disabled, this might indicate that you're opening the Administrator client without being credentialled as a DataStage and QualityStage Administrator.
by ray.wurlod
Wed Aug 25, 2010 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input parameter values during runtime
Replies: 3
Views: 1483

What do you put in the cases job parameter? Do you escape the quote characters?

Search DSXchange for examples of where DataStage drops quotes from job parameter values, particularly in SQL.