Search found 4605 matches

by kduke
Wed Jun 15, 2005 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

I believe true brilliance is to simplify a complex problem so anyone can understand it. Fake intelligence is to make something artificially complex. Some consultants make processes so complex that customers are afraid to get rid of them. Fear and manipulation are powerful tools used by consultants a...
by kduke
Wed Jun 15, 2005 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Just to illustrate my point. As the number links in a job goes up the complexity goes up disproportionally. C + * o + * m + * p + * l + * e + * x + * i + * t + * y + * + * + * ++++++++++++++++++++++++++++++++ 0 50 100 Number of Links in a job The same is true for man hours to build these jobs. At so...
by kduke
Wed Jun 15, 2005 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

:lol:
by kduke
Wed Jun 15, 2005 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mimic KeyMgtGetNextValueConcurrent routine
Replies: 8
Views: 2234

I do not know DB2 but in Oracle you can create functions. ODBC and plugins treat these like columns. In Oracle I do not think you can do an update or insert but if you could then a function could work like Nextval. This can be used in a user defined insert where the key is replaced by the Oracle seq...
by kduke
Wed Jun 15, 2005 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

It is still ugly.
by kduke
Wed Jun 15, 2005 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Rainman was the older brother.
by kduke
Wed Jun 15, 2005 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Craig, you talking to me or Ray?
by kduke
Wed Jun 15, 2005 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mimic KeyMgtGetNextValueConcurrent routine
Replies: 8
Views: 2234

I would not do this in BASIC. I would do it in a function if you can update in a function. You could do it like they do a sequence number in Oracle.
by kduke
Wed Jun 15, 2005 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

Tell them Ray man.
by kduke
Wed Jun 15, 2005 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint restart
Replies: 15
Views: 7318

What version of DataStage because this works fine in Ds7.1 and above.
by kduke
Wed Jun 15, 2005 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One large sequence or separate sequences?
Replies: 2
Views: 863

I say separate small sequences with only dependent jobs in one sequences. Say you have customer snowfalked off of order then order would need to follow customer then I would put these in the same sequence to control the jobs.
by kduke
Wed Jun 15, 2005 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

It should work on Windows or UNIX. On UNIX you need to download the files from the server.
by kduke
Wed Jun 15, 2005 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting Asistant in Manager problem
Replies: 5
Views: 1194

I will post the code in VB to get sequences if someone needs or wants it. It is a part of DwNav.
by kduke
Wed Jun 15, 2005 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mimic KeyMgtGetNextValueConcurrent routine
Replies: 8
Views: 2234

I think the issue is the time it would take to connect to update one of these. It would be faster in a stored procedure. You could do it in a function and return the current value if you are not using Oracle.
by kduke
Wed Jun 15, 2005 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

How to measure job complexity?

I got an email today asking this question. I have been thinking about this a lot lately. One of the reports that comes out of DwNav is Design Stats. This counts jobs, links and columns by category. The assumption is that one developer is probably working on that category. It would be nice to compare...