Search found 42189 matches

by chulett
Tue Jul 06, 2010 6:32 am
Forum: General
Topic: Table value to local variable
Replies: 27
Views: 5848

Got nothing to do with the 'sequential' stage and by 'object' the implication is that it is a database component, something you create to dole out sequential typically surrogate key values to (possibly) multiple processes. I don't believe you've ever specifically said what database you're working wi...
by chulett
Tue Jul 06, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RESET
Replies: 5
Views: 1512

Please help us help you by providing enough details so we can. In addition to what Arnd asked, how are you 'running' this job? :?
by chulett
Tue Jul 06, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Teradata MLOAD stage
Replies: 5
Views: 3853

That's the impression I got from googling around but I have no hands-on TD experience. Why not run this by your DBA?
by chulett
Tue Jul 06, 2010 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: partition name in bulk loader
Replies: 4
Views: 1783

Depends on the stage you're referring to.
by chulett
Tue Jul 06, 2010 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Droping index before bulk loading
Replies: 6
Views: 2039

And while bulk loader performance may be improved, don't forget to factor in the time it will take to rebuild the dropped index.
by chulett
Tue Jul 06, 2010 5:58 am
Forum: General
Topic: Table value to local variable
Replies: 27
Views: 5848

Simple enough to check if the two values are in sync, source one, look up the other and send the email when they don't match. How you do the final 'sync' is up to you and seems to me it depends on how you handle commits in the target. At every target commit point, you want to update and commit your ...
by chulett
Mon Jul 05, 2010 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer 8.1
Replies: 17
Views: 14822

No worries, just wanted to double-check as the product is very version picky. That compiler, however, is on the "known to actually work with DataStage" list. :wink:

I'm sure someone will set you on the right track.
by chulett
Mon Jul 05, 2010 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer 8.1
Replies: 17
Views: 14822

stuartjvnorton wrote:Compiler is Microsoft Visual C++ Express
What version? Meaning 2003, 2005, etc.
by chulett
Mon Jul 05, 2010 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xlc/c++ license type for Datastage ?
Replies: 6
Views: 3181

Pretty big IF Andy, but I think you are correct that you "should not" need a compiler in production with your IF heavily enforced. Not a Best Practice from what I've read here, but probably true.
by chulett
Mon Jul 05, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job modification
Replies: 1
Views: 879

An exact search here for DS_AUDIT would be a good place to start.
by chulett
Sun Jul 04, 2010 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate only record exists
Replies: 2
Views: 1947

Somewhat lost regarding what it is you need to do. :? Are you saying that if there are records in the Oracle table, that you need to truncate the DB2 table and then write all of the Oracle records into the DB2 table? But if the source Oracle table is empty, then you need to do nothing on the DB2 sid...
by chulett
Sun Jul 04, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimiter
Replies: 8
Views: 2479

True again! For some reason, had it stuck in my head that it only did one character - literally. Forgot about the whole matching list bit.
by chulett
Sat Jul 03, 2010 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimiter
Replies: 8
Views: 2479

True, but assuming not, Convert is a perfectly valid solution. :wink:
by chulett
Sat Jul 03, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimiter
Replies: 8
Views: 2479

Check out the Convert() function. Use it twice.