Search found 42189 matches

by chulett
Wed Mar 19, 2014 7:00 am
Forum: General
Topic: Undocumented Features list
Replies: 8
Views: 2345

... and away we go, split out for your dining and dancing pleasure. Consider yourself started. :wink:

We'll see if this gains any traction before deciding if it needs to be stickied or not.
by chulett
Wed Mar 19, 2014 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Priority for records in Datastage
Replies: 5
Views: 2089

If it is a duplicate value then it doesn't really matter which file it comes in from, does it? Unless, perhaps, you are tracking the source filename as part of the metadata. If not then a simple sort / remove duplicates could be used. The previous response assumes there will always be exactly three ...
by chulett
Tue Mar 18, 2014 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server job - need help with transformer
Replies: 7
Views: 3746

Why not reverse the polarity? Meaning stream in the 10K and use the 1 record input file as the source for a hashed file lookup?
by chulett
Tue Mar 18, 2014 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hangs for no reason
Replies: 6
Views: 2597

I think you've used up your allotment of exclamation points for the rest of the month. :wink:
by chulett
Tue Mar 18, 2014 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 6127

william.wang_GMA wrote:Didn't notice those 2 buttons at bottom. I only saw that "Reply with Quote".
Not to worry, you are far from alone on that issue! :wink:

So, are we Resolved here? If so, please check the top of the page and mark the topic as such. Can help narrow down search results.
by chulett
Tue Mar 18, 2014 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 6127

:idea: Just a quick FYI...

Please use the Reply to topic at the bottom (and top) of each page to reply. Leave the dreaded 'Reply with quote' for those few times when it is needed. Saves me having to come along behind people and scrape out all of the over-zealous over-quoting. :wink:
by chulett
Tue Mar 18, 2014 10:12 am
Forum: General
Topic: Failed to load the Java Virtual Machine
Replies: 9
Views: 6817

Good to know.
by chulett
Tue Mar 18, 2014 9:34 am
Forum: General
Topic: Failed to load the Java Virtual Machine
Replies: 9
Views: 6817

You are correct - it does suggest that and Ernie is known for writing large, expansive and comprehensive replies. In this case, however, that was all you got. :wink: Biggest thing was to clarify if you were discussing the client or the server software. Been out of the loop for awhile, so a question ...
by chulett
Tue Mar 18, 2014 7:07 am
Forum: General
Topic: Failed to load the Java Virtual Machine
Replies: 9
Views: 6817

You saw the entirety of his reply.
by chulett
Tue Mar 18, 2014 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 6127

I for one don't require more details as I'm perfectly well aware of how your technique could / would be used, although I'm sure William will appreciate the write-up. I just don't think it applies here. At all.
by chulett
Mon Mar 17, 2014 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 6127

OK, now I am officially lost. Ray has been answering your question about updating a parameterset via the associated values file but I don't believe that is germane to the issue at hand. Once the job starts, parameter values are 'locked in' and they cannot be changed. Typically, a job is deployed as ...
by chulett
Mon Mar 17, 2014 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in understanding "BitXOr(var,9999999)+555555 "
Replies: 4
Views: 1287

Yah... figured if you could have asked the original author, you would have done so already. Was really just trying to say in a polite way that I think you are SOL. :wink:
by chulett
Mon Mar 17, 2014 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 6127

A "non-sparse" lookup will (typically) return the entire contents of the source table once in order to build a lookup cache locally on the DataStage server. The stage then executes individual queries against the local cache constrained by the Key columns passed in on your data stream. A &q...