Search found 4605 matches

by kduke
Tue Aug 15, 2006 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archived DS Logs that are in a readable form
Replies: 15
Views: 4633

Sorry, bad day. I do think most issues with Universe are self inflicted.
by kduke
Tue Aug 15, 2006 6:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archived DS Logs that are in a readable form
Replies: 15
Views: 4633

Explain to us why Universe is getting horked? You turning the machine off, rebooting for no reason, killing processes. I have used Universe for years and never have these problems. I work with unprofessionals who kill any process they want or shutdown DataStage during the day when developers are usi...
by kduke
Tue Aug 15, 2006 6:20 am
Forum: General
Topic: Informatica Sets World Record Data Integration Performance
Replies: 6
Views: 3680

Tell them Ray man, Informatica sucks. Craig did that last month.
by kduke
Tue Aug 15, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage experience with Model 204 database...
Replies: 5
Views: 2152

Ray has probably used it for years. Knows the creator personally. Dated his cousin.

How about it. Ray? Have we ever stumped Ray?
by kduke
Tue Aug 15, 2006 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings from routines returning other than 0
Replies: 20
Views: 5842

I think it still warns you but how else can you take advantage of this. The return values of a routine cause the sequence to fail. This is very powerful if used correctly. Ignore the warnings. This is cool. Surely others are using this functionality.
by kduke
Mon Aug 14, 2006 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings from routines returning other than 0
Replies: 20
Views: 5842

Then you have the ability to use any argument on any routine call. Say you call MyRtn(Arg1,Arg2,Arg3) you can change the value of Arg3 and pass it back to the sequence. The sequence can use this in a parameter value for the next job. You used to get a warning if you changed the value of an argument....
by kduke
Mon Aug 14, 2006 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get all the jobs name in a sequence
Replies: 23
Views: 12193

I think you could do this in one routine without a recursive call. That was my point. Build you a list of dependent jobs. Check the list before adding a job to make sure it is not already in the list.
by kduke
Mon Aug 14, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Counts
Replies: 3
Views: 671

You have one row per link. A job can have multiple links.
by kduke
Mon Aug 14, 2006 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings from routines returning other than 0
Replies: 20
Views: 5842

What version of DataStage are you on?
by kduke
Mon Aug 14, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get all the jobs name in a sequence
Replies: 23
Views: 12193

Recursive calls do work but I think this is a very poor idea. You are doing a SQL select without a ; at the end. Maybe that is the problem. What is the point of this? Do you just want to test recursive calls?

Edit your post and put code tags around your routine.
by kduke
Sun Aug 13, 2006 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up issue
Replies: 2
Views: 881

It is red but it should compile and run.
by kduke
Sun Aug 13, 2006 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get all the jobs name in a sequence
Replies: 23
Views: 12193

You maybe looping back on yourself. So you are in an infinite loop.
by kduke
Sun Aug 13, 2006 7:57 am
Forum: Site/Forum
Topic: Kim Hits 3000
Replies: 10
Views: 4757

Took forever to get the last few but thanks.
by kduke
Sat Aug 12, 2006 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Argument count in a routine like $# or $@ in UNIX..
Replies: 4
Views: 1326

DataStage Server Routines are stored in DS_ROUTINES. I posted a job called KgdGenHtmlRoutineDocs which will print a routine out as html. Field 7 is the argument count.
by kduke
Fri Aug 11, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The routine KeyMgtGetNextValueConcurrent
Replies: 8
Views: 1747

Forget it. The only way to learn this stuff is to download the Universe manuals. Ray has posted the links many times. You can even download a free copy of Universe for home use.