Search found 42189 matches

by chulett
Fri Sep 07, 2012 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: facing issue with remving duplicates
Replies: 5
Views: 1642

We already have topics on that from SPuneet. They seem to be experimenting as we keep seeing basically the same set of incoming data with different requirements and techniques posted. We've already done aggregator and transformer solutions, guess it's now time for sorting and Remove Duplicates. :wink:
by chulett
Fri Sep 07, 2012 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading the sequential file
Replies: 4
Views: 3922

Just to get anal and all nit-pick-itty, one cannot only 'read' certain records from a sequential file. It's called that for a reason and records from sequential media must be read from beginning to end, it's the nature of the beast. You may only want to process certain ones, which means via a contra...
by chulett
Fri Sep 07, 2012 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using parameters in Netezza connector
Replies: 3
Views: 2946

There wouldn't be an "special setup" involved so best to take that question to your official support provider as it does sound like it could be a bug in the connector.
by chulett
Thu Sep 06, 2012 9:49 am
Forum: General
Topic: T30FILE error : tried freeing some resources
Replies: 2
Views: 1987

Or run fewer jobs at the same time...
by chulett
Thu Sep 06, 2012 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help with getting the first non null value
Replies: 7
Views: 2776

Simpler version...

If sv_ID is null and In.ID is not null then In.ID else sv_ID

You shouldn't need to worry about the row number if the initial value is set appropriately, never mind the fact that you'd have to be very careful with it when running on multiple nodes.
by chulett
Thu Sep 06, 2012 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help with getting the first non null value
Replies: 7
Views: 2776

The stage variables route would be pretty straight-forward. Setup one for each column and just do an if-then-else check to say if your SV is at its initial value and the column is non-null store the column value otherwise do nothing... and you do 'nothing' by setting the stage variable to itself, it...
by chulett
Thu Sep 06, 2012 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Two oracle Servers in a single Oracle stage
Replies: 4
Views: 1005

Pretty simple to push things to the database side when everything is in the same instance but if you're saying that these are two separate instances then the data still has to come out of one and travel across something to get to the other. It might help to explain your topography in more detail. Ot...
by chulett
Thu Sep 06, 2012 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help with getting the first non null value
Replies: 7
Views: 2776

What 8.x version do you have? Normally the aggregator would help out for something like this but I don't think it is a viable option here due to needing the first value rather than say the max value. The Server aggregator supports first/last but I don't believe the parallel one does. Failing that, i...
by chulett
Thu Sep 06, 2012 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Two oracle Servers in a single Oracle stage
Replies: 4
Views: 1005

No. You could connect to one and access the other over a dblink, I suppose. Why this odd "requirement"? You need to do what across "two Oracle servers"? :?
by chulett
Wed Sep 05, 2012 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different results from CFF (EBCIDIC) stage between envs
Replies: 6
Views: 1357

I really have no idea what might be going on but wanted to point out that "123}" isn't any kind of proper signed conversion of "1234"... which I'm sure you know. That "}" is a "negative zero" whereas you should have a "D" there.
by chulett
Wed Sep 05, 2012 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Function to reformat SSN
Replies: 6
Views: 2116

Pretty sure you can specify the character to trim, spaces is just the default. Convert would work for this as well.
by chulett
Wed Sep 05, 2012 7:02 am
Forum: General
Topic: Decrypting passwords in dsx files
Replies: 10
Views: 10585

Check again. The first (second?) log entry shows the values of all parameters in effect when the job started and off the top of my head you should see those encrypted values there. I've got no way to check or confirm...
by chulett
Wed Sep 05, 2012 6:50 am
Forum: General
Topic: Decrypting passwords in dsx files
Replies: 10
Views: 10585

From the logs.