Search found 42189 matches

by chulett
Mon Jun 02, 2014 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed file format is broken
Replies: 5
Views: 1374

Exactly. A proper "fixed-width file" has no need of a record delimiter, hence my question as it should be set to "None".
by chulett
Mon Jun 02, 2014 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed file format is broken
Replies: 5
Views: 1374

What did you specify as the record delimiter?
by chulett
Mon Jun 02, 2014 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row merger function in parallel edition?
Replies: 7
Views: 2461

As noted, it will get you close. Afterwards you'd need to handle the "keywords" (plural) field.
by chulett
Sun Jun 01, 2014 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row merger function in parallel edition?
Replies: 7
Views: 2461

With some extra pixie dust thrown in.
by chulett
Sat May 31, 2014 8:26 am
Forum: General
Topic: Logical Node vs Physical Node
Replies: 4
Views: 2552

He just means that your "server", the "box" you are running DataStage or anything else on can be a dedicated physical piece of hardware or a small virtual slice of it. In today's world, more and more servers are virtual servers. Our hosting service provides a crap ton of servers ...
by chulett
Fri May 30, 2014 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row merger function in parallel edition?
Replies: 7
Views: 2461

There is a Server Row Merger stage and complimentary Row Splitter as well but it doesn't do... this.
by chulett
Fri May 30, 2014 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding columns in transformer (Numeric)
Replies: 16
Views: 6197

Hey, one step at a time Eric. :wink:
by chulett
Fri May 30, 2014 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding columns in transformer (Numeric)
Replies: 16
Views: 6197

No, you would simply add the internal time values together.
by chulett
Fri May 30, 2014 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding columns in transformer (Numeric)
Replies: 16
Views: 6197

<cough> Server job </cough>

Or is that a transform I'm not remembering?
by chulett
Fri May 30, 2014 12:53 pm
Forum: General
Topic: Logical Node vs Physical Node
Replies: 4
Views: 2552

Close but it has nothing to do with how many CPUs are involved. A physical server can be considered to be a "physical node" and can support a number of "logical nodes" as they are more akin to threads than anything else.
by chulett
Fri May 30, 2014 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding columns in transformer (Numeric)
Replies: 16
Views: 6197

I would imagine it's just an IConv to get them into internal "time" format, then do the addition and then OConv the result back out again.
by chulett
Fri May 30, 2014 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL Handling in transformer
Replies: 12
Views: 7202

Interesting. Never had anyone send me a file with null values like that. :wink:
by chulett
Fri May 30, 2014 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not holding NULL value
Replies: 8
Views: 3403

I'm assuming their resolution was a patch to correct the behavior but that wouldn't explain why it is still an issue in your version.
by chulett
Fri May 30, 2014 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not holding NULL value
Replies: 8
Views: 3403

Yah, I don't really see this as a situation where you just throw code up against the screen and see what sticks. I would much rather have seen James's question answered or at least addressed in words rather than just seeing that posted. Sorry, I don't have a proper answer for you or I would have pos...
by chulett
Fri May 30, 2014 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows with data to Columns
Replies: 1
Views: 817

You would have to recognize the "Region" row as holding your pivot key and not output it, merely hang on to the value. Then as the following rows come through, populate all seven columns on each outgoing record - each one gets a region plus their "real" value and the other column...