Search found 4605 matches

by kduke
Sat Mar 03, 2007 11:53 pm
Forum: General
Topic: DCS-Strategies 10 years of thanks
Replies: 8
Views: 2628

chulett wrote:Yin and Yang, eh? Better than Eng and Chang, I suppose. :lol:

Dennis, Walter, Andy, et al. - Let me echo everything Kim has said. Thanks for letting us be a part of this!

Image


Nice. Can I steal this image for a logo?
by kduke
Sat Mar 03, 2007 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 4907

I think you want read uncommitted but I need to look it up. Sometimes you can do it in user defined SQL with a NOLOCK or whatever the database needs based on syntax.
by kduke
Sat Mar 03, 2007 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

Leave me and my logo alone.
by kduke
Sat Mar 03, 2007 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 8641

Humble, I like it.
by kduke
Sat Mar 03, 2007 1:02 pm
Forum: General
Topic: DCS-Strategies 10 years of thanks
Replies: 8
Views: 2628

DCS-Strategies 10 years of thanks

Dennis Thanks for 10 years of a great company and thanks again for supporting and creating this web site. The DataStage community thanks you as well. This forum thanks you as well. We would of never met Ray and Criag, the Yin and Yang of DataStage. Thanks to your crew too, Walter, Andy and anyone el...
by kduke
Sat Mar 03, 2007 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 8641

Craig is answering old posts? Need the points then you should not ask Ray a question.
by kduke
Sat Mar 03, 2007 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 4907

If you do this then you might lock the records you are trying to update. So the source SQL needs to have the correct options on it.
by kduke
Sat Mar 03, 2007 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

You like the smaller version?
by kduke
Fri Mar 02, 2007 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capturing Job's Version Number for audit meta-data
Replies: 9
Views: 2519

Ray is correct. The result for a job might be 50.1.0 which would indicate version 1.
by kduke
Fri Mar 02, 2007 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

dscc is the command line compile tool. Search for it.
by kduke
Tue Feb 27, 2007 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer which echoes Paramater Name and Value to a file
Replies: 3
Views: 694

One of the tables in EtlStats is ETL_PARAM_HIST. This gets loaded along with the other tables. There is a job which can extract these values from previous job runs in the log files as long as there are not cleared.
by kduke
Tue Feb 27, 2007 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table mode in Jobs
Replies: 2
Views: 713

This came from http://www.dsxchange.com/viewtopic.php? ... omPropName

This post is mostly about 3 jobs in EtlStats which extract this data. The stages with Input in the name do the opposite. They output data. So you probably have what you want.
by kduke
Tue Feb 20, 2007 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Basic Compiler Problems
Replies: 0
Views: 1416

Do not double post. This is a server concept not a PX one.
by kduke
Tue Feb 20, 2007 7:50 am
Forum: General
Topic: DataStage Basic Complier Problems
Replies: 5
Views: 2544

by kduke
Mon Feb 19, 2007 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting rows from an SQL table
Replies: 7
Views: 1165

Me too.