Search found 53125 matches

by ray.wurlod
Wed Oct 11, 2006 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File Format ?
Replies: 1
Views: 955

The format can be whatever you require. But you can not read file name; you can only have one column being read, into the large VarChar. And you will probably still not get what you want; you will get one row for each line terminator in the file. The file name can be obtained from a stage property w...
by ray.wurlod
Wed Oct 11, 2006 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 4
Views: 1418

DataStage imposes no limits.
Some operating systems and some network protocols limit the physical length of a row.
The bigger the rows, the fewer the rows/second (naturally).
by ray.wurlod
Wed Oct 11, 2006 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updates to Table Definition and its implications
Replies: 7
Views: 3255

The only good option is to use Usage Analysis to determine in which jobs the table definition is used. Re-import the table definition then manually edit the links where that table definition is used, ... Thanks Ray. I would try out Usage Analysis to get a grip of changes that may be needed. Otherwi...
by ray.wurlod
Wed Oct 11, 2006 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 9
Views: 2858

No. DataStage does not change the data. If there are trailing spaces in the data (for example) then they're there.
by ray.wurlod
Wed Oct 11, 2006 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Extraction from Sequential Stage ?
Replies: 8
Views: 4120

I suspect you got that error doing View Data. View Data does not work when the read mode is "File Pattern".
by ray.wurlod
Wed Oct 11, 2006 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of Output fields
Replies: 3
Views: 1068

Are you setting the funnel mode to Sequential Funnel? If not, what is your setting?
by ray.wurlod
Wed Oct 11, 2006 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to nullable Decimal -"Null string argument"
Replies: 3
Views: 3200

I don't think it's trying to pass it through, I think it's just trying to alert you to the fact that null might be possible, that the default representation of null is "" and that this can't be loaded into a decimal data type so it is therefore using the default value for decimal. If you transfer nu...
by ray.wurlod
Wed Oct 11, 2006 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Options, Best Performance
Replies: 2
Views: 792

If you're running 7.5.1 or later I'd try the single Transformer stage. They did address most of the performance drags in this stage for this release.
by ray.wurlod
Wed Oct 11, 2006 2:14 pm
Forum: General
Topic: Release Note for 8.0
Replies: 10
Views: 5789

Expect a major announcement next Tuesday at the IOD conference.
by ray.wurlod
Wed Oct 11, 2006 2:13 pm
Forum: General
Topic: Server setting problem
Replies: 17
Views: 9901

locale is a UNIX command, so is executed at the UNIX prompt. It merely reports your current O/S locale setting.

In DataStage you can change the locale in the Administrator client by clicking the NLS button.
by ray.wurlod
Wed Oct 11, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source and Target have DRS stages data is not loading.
Replies: 14
Views: 2607

That depends on whether your target supports DATE data type. What was the data type of this column in the imported table definition?
by ray.wurlod
Wed Oct 11, 2006 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to include Header to file
Replies: 4
Views: 1838

Run two processes. In the first process count (using an Aggregator stage) the records for each group, and compare these (using a lookup) with the count values in the header file. Generate warnings where there are mismatches. Only proceed to the second job where there were no warnings in the first. T...
by ray.wurlod
Wed Oct 11, 2006 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsx export withou using Client
Replies: 17
Views: 4955

chulett wrote:Well, this thread has certainly taken a hard turn off into the bushes.

And 'wrong shape'? Just a extra 'u' thrown in by accident... sorry about that, Chief.


Actually thinking about diff on Kim's shape vs Lara's shape. :lol:
by ray.wurlod
Wed Oct 11, 2006 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date error
Replies: 6
Views: 1331

Then, clearly, there is something amiss with your derivation. Please post the derivation expression you used.
by ray.wurlod
Wed Oct 11, 2006 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Extraction from Sequential Stage ?
Replies: 8
Views: 4120

A fully-qualified pathname begins with a slash character (on UNIX) or a drive letter or backslash character (on Windows).
A relative pathname does not begin thus, and is considered to be relative to the current attach point.