Search found 42189 matches

by chulett
Tue Mar 04, 2014 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client issue..Java experts please help!
Replies: 23
Views: 9012

I think we already know what the problem is, it's coded to run from the command line via std in/out rather than coded to work against the DataStage engine links via the Javapack API. Not saying I know how to code this up, just that Ernie has already noted the nature of the problem.
by chulett
Tue Mar 04, 2014 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading consecutive delimited fields as single field
Replies: 5
Views: 1923

Sure but... why? And then try to figure out where the comma should be put back? Me I'd just keep it simple and not manipulate the source file.
by chulett
Tue Mar 04, 2014 11:17 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 1765

Did you get this working? If not, are you having an issue with the command itself (which a search would have turned up) or the actual means of how to incorporate it into your processing? For the latter, it would seem like you could do this either at the very beginning or end of your processing. Do y...
by chulett
Tue Mar 04, 2014 8:59 am
Forum: General
Topic: Customer Dimension
Replies: 12
Views: 3782

It's certainly a track but you have to decide what's right for your situation / needs. Give it a shot, let us know how it goes and if you have any specific questions. And one last comment, I for one wouldn't use an email address as any kind of 'key'. Use it for your matching criteria but a surrogate...
by chulett
Tue Mar 04, 2014 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading consecutive delimited fields as single field
Replies: 5
Views: 1923

Or just read the file 'like normal' and then concatenate the two values together with a comma between them.

Code: Select all

ename || ',' || deptno
by chulett
Tue Mar 04, 2014 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Read is slow
Replies: 17
Views: 9204

Never mind the fact that it looks like you already 'solved' your problem. What kind of suggestions are you looking for?
by chulett
Tue Mar 04, 2014 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cube load
Replies: 3
Views: 1021

Please be more specific - 'cube' is far too generic.
by chulett
Tue Mar 04, 2014 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functionality of Preserve Partition
Replies: 2
Views: 1256

Yes, strangely popular recently and interesting how the phrasing is so similar. Makes one... suspicious. :?
by chulett
Tue Mar 04, 2014 1:11 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 1765

Asked and answered. There was a suggestion to search as you're not the first person to ask that question and I posted a link to one such search result. There are several.
by chulett
Tue Mar 04, 2014 12:30 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 1765

So a global sequence... that's fine. Just wanted to make sure we understood how it was being used.
by chulett
Tue Mar 04, 2014 12:27 am
Forum: General
Topic: Email Recipients at run time
Replies: 3
Views: 1407

For the recipient's email address, you can specify a parameter. What happens when you click the Browse button to open the External Parameter Helper, which shows you all parameters available at this point in the job sequence? Does yours show and if you pick it from the Helper does it then function pr...
by chulett
Tue Mar 04, 2014 12:17 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 1765

One such example here. However, if your sequence always starts at zero each run then there's really no need to be using a sequence. Why not simply increment a counter?
by chulett
Mon Mar 03, 2014 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import metadata from Sequential file
Replies: 3
Views: 1111

ray.wurlod wrote:It's not.
Phooey. Should be.
by chulett
Mon Mar 03, 2014 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import metadata from Sequential file
Replies: 3
Views: 1111

Set the 'Delimiter string' property.