Search found 42189 matches

by chulett
Wed Feb 03, 2010 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 4775

When you did your tests, did you use the exact same compiler options that DataStage would? The ones you just posted, in other words?
by chulett
Wed Feb 03, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Execution mode
Replies: 7
Views: 2375

Also, please let us know what kind of volume you're talking about here and how long the actual run times are for each. If we're talking 3 minutes versus 4 minutes, that's not much of a conversation but 3 hours versus 4 hours might be worth digging deeper into.
by chulett
Wed Feb 03, 2010 4:09 pm
Forum: General
Topic: DB2 9.7 support
Replies: 2
Views: 1714

Those would be questions for IBM, I would think... unless someone here has already asked them and knows the answer. But it still seems to me it should come from the horse's mouth.
by chulett
Wed Feb 03, 2010 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server stored procedure wait time
Replies: 1
Views: 822

I don't believe there is any time limit.
by chulett
Wed Feb 03, 2010 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 13226

And you are certain you used the correct value? Unfortunately, I've got nothing else to add except to suggest contacting your official support provider for help.
by chulett
Wed Feb 03, 2010 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage
Replies: 2
Views: 1031

Sequential files don't have a data type other than "string". The ones you listed are all available in the stage, however, with Date/Time being called Timestamp here and string being either Varchar or Char.
by chulett
Wed Feb 03, 2010 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 4775

Never used PX on Windows, so can't really other than to direct you to search for other posts on the topic. Have you verified that you can compile something outside of DataStage to try and isolate the issue?
by chulett
Wed Feb 03, 2010 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarification for using "Abort After Rows" in Tran
Replies: 7
Views: 3305

The 'abort after rows' option means literally that - once that many records go down the link the job is aborted. Plan your constraint accordingly.
by chulett
Wed Feb 03, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 4775

So... in other words, you can't ask for official support because you don't have a license for DataStage on Windows? :?
by chulett
Wed Feb 03, 2010 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ,,,,,,,
Replies: 1
Views: 699

Please delete your duplicate post before someone replies to it. All that posting your question multiple times does is upset the natives.
by chulett
Wed Feb 03, 2010 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer not compiling
Replies: 7
Views: 3803

Let's be more precise - your job is not running or it is not compiling? Big difference. For the latter, let us know what compiler you installed, the options you are using and if you installed it before DataStage.
by chulett
Wed Feb 03, 2010 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Execution mode
Replies: 7
Views: 2375

I assume by 'parallel setup' you actually mean 'parallel startup' and have removed that factor from the comparison. After that, you would need to verify that both jobs do in fact run the exact same query by checking both explain plans while they run. You would also need to run the PX job on a single...
by chulett
Wed Feb 03, 2010 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on variable length values
Replies: 9
Views: 3547

Hmmm... perhaps match based on three, allow multiple values to be returned from the lookup, order by length desc and take the first match per group? :?
by chulett
Wed Feb 03, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage
Replies: 7
Views: 1577

One of the best references out there is here.
by chulett
Wed Feb 03, 2010 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on variable length values
Replies: 9
Views: 3547

As far as I know, you'll need cascading lookups - five of them set to continue if they fail. First one checks for a substring of 7, the next 6, etc.