Search found 4605 matches

by kduke
Fri Jul 27, 2007 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

First of all you should post a new thread instead of hijacking this one. The backup batch file is on my tips page and you can download it for free. I think most people have a version of this now. Talk to my boss Sheila Wright and maybe she will let me post these versions. Only one was invented on my...
by kduke
Wed Jul 25, 2007 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change param values from within a job
Replies: 8
Views: 3123

Try it and let us know.
by kduke
Mon Jul 23, 2007 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change param values from within a job
Replies: 8
Views: 3123

http://www.dsxchange.com/viewtopic.php? ... JOB.STATUS is my post mostly. It does not work any more. It is a hack but I think it was useful. You can easily do the same thing by writing out the value to a sequential file and reading back in every time you need it.
by kduke
Fri Jul 20, 2007 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequences and server jobs in main sequences
Replies: 1
Views: 729

What job info do you want? JobName, LinkNames, StageNames or run time info like row counts?
by kduke
Thu Jul 19, 2007 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a user that has equivalent rights to dsadm
Replies: 6
Views: 1380

I don't think that was needed. I think more people have used sudo than Power Broker.
by kduke
Thu Jul 19, 2007 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a user that has equivalent rights to dsadm
Replies: 6
Views: 1380

pbrun is like sudo. Got it. dsadm probably owns the files therefore has more rights.
by kduke
Wed Jul 18, 2007 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set the Job params in a Seq. to all the jobs in it??
Replies: 5
Views: 1126

the logic behind what I did is in http://www.dsxchange.com/viewtopic.php? ... ght=JobAct The job itself is part of Parameter Navigator. You need to buy it.
by kduke
Wed Jul 18, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdimport for multiple jobs
Replies: 1
Views: 947

On my tips page there is a DataStageBackup.bat file. I modified this to do exactly what you asked for. It is a simple change.
by kduke
Wed Jul 18, 2007 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set the Job params in a Seq. to all the jobs in it??
Replies: 5
Views: 1126

I wrote a job to automatch the parameter in the sequence to the one in the job being run. This job is a part of Parameter Navigator. I posted some of the code. Do a search. We had about 500 jobs which we added about 6 to 12 parameters. There were 90 or more sequences. I figured this would take weeks...
by kduke
Mon Jul 16, 2007 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In How many ways can we increase performance
Replies: 5
Views: 1949

Sounds like a job interview question. We do not answer job interview questions.

1. Select fewer records.
2. Write fewer records.
3. Do less transformations.
4. Do transformations faster.
5. Change your sources.
6. Change your targets.
by kduke
Fri Jul 13, 2007 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

I have not looked at this code in a couple years. Make sure OutputDirectory exists. Make sure JobReport exists in your routines. LogoPath is a jpg for your comapny logo. Does it exist.
by kduke
Wed Jul 11, 2007 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Job Parameters to All Jobs
Replies: 6
Views: 1166

I haven't spent a lot of time documenting all the features. Too much work. I would rather add value than sell more copies. You want it then buy it. It works well for me.
by kduke
Wed Jul 11, 2007 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Job Parameters to All Jobs
Replies: 6
Views: 1166

It can do a lot more than that. It can change all parameter defaults in a project from DEV values to TEST values in one click after a little setup. That way someone does not update the wrong database by accident.
by kduke
Wed Jul 11, 2007 7:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSENDMAIL Routine
Replies: 2
Views: 5834

I posted a routine like this a while back. It may still be on my tips page. I think it is in EtlStats as well.
by kduke
Wed Jul 11, 2007 7:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Job Parameters to All Jobs
Replies: 6
Views: 1166

I don't think Dennis sells Parameter Manager any more. He sells Parameter Navigator instead.