Search found 42189 matches

by chulett
Mon Oct 11, 2010 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashlookup
Replies: 10
Views: 3799

You don't need one, hard-code it to the same value that you hard-coded your made up key to.
by chulett
Mon Oct 11, 2010 9:49 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can not convert to framework type timestamp
Replies: 1
Views: 6102

Where? Doing what? :?
by chulett
Sun Oct 10, 2010 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing value
Replies: 5
Views: 1379

Well... there is that. Figured I'd just stick with "you can't" and see what came next.
by chulett
Sun Oct 10, 2010 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing value
Replies: 5
Views: 1379

Which is something they allegedly understand.
by chulett
Sun Oct 10, 2010 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calculating total number of business days
Replies: 7
Views: 6175

There is a function that will give you the day number or name for a date and you could use it to check for Mon-Fri v. Sat-Sun and call those 'business days'. Or you could use an honest-to-goodness date dimension. I don't have documentation access at the moment, I think it is simply DateToString() wi...
by chulett
Sun Oct 10, 2010 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=IM003, DBMS.CODE=0
Replies: 2
Views: 3546

Show us what you put in your uvodbc.config file.
by chulett
Sun Oct 10, 2010 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing value
Replies: 5
Views: 1379

You can't.
by chulett
Sun Oct 10, 2010 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation issue
Replies: 3
Views: 1085

'Not able to read it' doesn't really tell us anything. We'd need details on exactly what it is you are doing and what isn't working about it before anyone could help.
by chulett
Sun Oct 10, 2010 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation issue
Replies: 3
Views: 1085

Convert them to a valid timestamp format first.
by chulett
Sun Oct 10, 2010 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 10
Views: 2964

OK... so just how accurate is your example? Do you need to sum every three rows or all rows to produce this "JKL" row? Something else entirely?
by chulett
Sun Oct 10, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 10
Views: 2964

That's not any kind of a pivot - rows to columns or vice versa - just looks like aggregation, sums of column values. What have you tried?
by chulett
Sat Oct 09, 2010 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting job parameters
Replies: 4
Views: 1902

As noted, parameters are attributes of a job, they are not stand-alone components. Parameter sets, however, are.
by chulett
Fri Oct 08, 2010 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement sum(sales) through datastage
Replies: 8
Views: 10653

Interesting that it (grouping) actually is required in the Parallel aggregator, so not a workaround but the resolution for the PX side of the house. Been far too long that I've had 'hands on' with it to recall. :wink:
by chulett
Fri Oct 08, 2010 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement sum(sales) through datastage
Replies: 8
Views: 10653

I asked because it matters, the Aggregator stage in each product while providing similar functionality are not close to being the same implementation-wise. I don't have any DataStage access and my PC with all of my documentation on it is dead at the moment, so my ability to give specifics is... some...
by chulett
Fri Oct 08, 2010 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement sum(sales) through datastage
Replies: 8
Views: 10653

Just to double-check, you posted in the Server edition forum but marked your question as a Parallel edition question. Which camp does it fall in?