Search found 4605 matches

by kduke
Mon Jun 05, 2006 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 6542

I do get row counts at the end of a sequence. Much cleaner and easier. Unless you need row counts to make a decision like send an email if more than 1000 rejects then wait till the end of the sequence.
by kduke
Mon Jun 05, 2006 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Guidlines needed - DataStage
Replies: 5
Views: 1689

Jil

Most of these developers have been paid lots of money to develop these documents. Only IBM might give them to you if they thought that somehow they would make money later by doing so.
by kduke
Mon Jun 05, 2006 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between DSLogfatal and DSStopJob
Replies: 14
Views: 5503

I like both Abort and DSLogFatal(). The sequence should catch either if the right box is checked. It is a personal preference. Ray and Arnd are usually correct in the sense things work better if you avoid these 2 ways to stop a job. Ray likes things neat and orderly. I think that is pretty wise.
by kduke
Mon Jun 05, 2006 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs and Sequences
Replies: 3
Views: 920

DwNav will show you these relationships. This link http://www.dsxchange.com/viewtopic.php? ... ParamNames will also show you.
by kduke
Sun Jun 04, 2006 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange permissions issue with /tmp files
Replies: 5
Views: 1176

The t (text bit) works differently on different UNIX platforms. Sometimes you can see an s bit set as well. Like drwsrwx--- or drwxrws---. The later is supposed to allow anyone in the group to delete files even though they do not have permission to do so. This directory should be owned by the DataSt...
by kduke
Fri Jun 02, 2006 8:56 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

Andy very well done.
by kduke
Thu Jun 01, 2006 6:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting universe information about a Job
Replies: 11
Views: 3663

Code: Select all

0 Server Jobs
2 Sequence Jobs
3 PX Jobs


Mainframe is probably 1. This is field 6 of DS_JOBS. The easiest way to get this value is:

JobType = TRANS("DS_JOBS",JobName,6,"X")
by kduke
Thu Jun 01, 2006 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error in a Sequencer
Replies: 6
Views: 2055

It is possible to compile a routine with warnings and it will not be cataloged. Try to compile the routine and see if you get a warning.
by kduke
Thu Jun 01, 2006 6:01 pm
Forum: Infosphere Master Data Management
Topic: what is the basic difference between kimball and billinmon
Replies: 10
Views: 16573

Excellent, thank you.
by kduke
Thu Jun 01, 2006 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Name of jobs using DSExecute command
Replies: 5
Views: 1876

If you want all job names then NAME NOT LIKE '\%' would work.
by kduke
Thu Jun 01, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting universe information about a Job
Replies: 11
Views: 3663

I posted a routine called KgdIsJobSequence(). Look at it to create what you want. You may need to figure out a new way to calculate what is a parallel job. This routine uses what is in field 40 of the ROOT record in DS_JOBOBJECTS. I think you can look only at the DS_JOBS record which would greatly s...
by kduke
Thu Jun 01, 2006 6:47 am
Forum: Infosphere Master Data Management
Topic: what is the basic difference between kimball and billinmon
Replies: 10
Views: 16573

I understand what you mean but I was not talking about dumbing down my solutions. I don't think my solutions are simplistic. I do think my solutions are streamlined and clean in their design. I don't like over engineered or overly complicated solutions like Ray was talking about. There is a way to ...
by kduke
Wed May 31, 2006 4:57 pm
Forum: Infosphere Master Data Management
Topic: what is the basic difference between kimball and billinmon
Replies: 10
Views: 16573

Buzz, Buzz, Buzz. Lots of buzzwords. There is value in these books but why is it that the people who can quote from these books build terrible DataStage jobs? Simple solutions to complex problems are sometimes very beautiful. I think a lot of developers get lost in these books. Practical solutions w...
by kduke
Wed May 31, 2006 4:24 pm
Forum: Site/Forum
Topic: Its time again!!!!
Replies: 5
Views: 2389

He is not human. :wink:
by kduke
Wed May 31, 2006 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDC with single stage
Replies: 19
Views: 4263

I wish my confusion would clear up. Think Craig knows the cure? :wink: