Search found 4605 matches

by kduke
Wed May 23, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Transform, which one wins
Replies: 8
Views: 1736

Did Craig call Ray a Uber? I don't think I would take that Ray.
by kduke
Wed May 23, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Prevent Locking Jobs
Replies: 8
Views: 1536

Quit using Designer. That is the real problem.
:wink:
by kduke
Tue May 22, 2007 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing multiple TCL Commands using Command Stage
Replies: 4
Views: 1631

Yeah, what Ray said.
by kduke
Tue May 22, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance Usage - Best Practices
Replies: 4
Views: 1261

You can set the log to clear itself after every 3 or 4 runs or whatever number you want. Clearing the instance ids is another problem.
by kduke
Tue May 22, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing multiple TCL Commands using Command Stage
Replies: 4
Views: 1631

Why do you want to do this?

You are missing a semicolon on the second SQL statement.
by kduke
Wed May 16, 2007 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating DBF and MDX files
Replies: 7
Views: 2976

Post the VB code.
by kduke
Wed May 16, 2007 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating DBF and MDX files
Replies: 7
Views: 2976

Why not ExecDOS? I think all these commands can be done at the command line.
by kduke
Wed May 16, 2007 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job Type Identification - Server or PX in Unix
Replies: 7
Views: 1688

If you are doing this in a UNIX script or BASIC you need to validate the parameter name before you set the value or dsjob will fail. We did this with

dsjob -lparams

You need to search for that code. I posted code snipets.
by kduke
Wed May 09, 2007 8:51 am
Forum: Site/Forum
Topic: 20,000 just around the corner?
Replies: 6
Views: 3361

Way to go Ray.
by kduke
Sat May 05, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress unwanted parameters
Replies: 5
Views: 1246

My point is you can do it in a script. We have every parameter for every job in a text file like: ParamName1=ParamValue1 ParamName2=ParamValue2 The script only sets the ones that are valid for the job you are about to run. Works great. There are parameter files like this for all jobs called GlobalPa...
by kduke
Sat May 05, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress unwanted parameters
Replies: 5
Views: 1246

If you are doing this in BASIC then you need to call the API routines to do the same.
by kduke
Sat May 05, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress unwanted parameters
Replies: 5
Views: 1246

You need to validat your parameters using dsjob -lparams $ProjectName $JobName | awk '{printf("%s=\n", $1)}' | sort > $JobParamListFile echo "${ParamName}=" | fgrep -f$JobParamListFile >/dev/null if [ $? -eq 0 ] then You need to add an = to the the par...
by kduke
Fri May 04, 2007 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need info regd. Performance Monitoring tolls in PX
Replies: 3
Views: 1082

I need to post a new version which works well with PX jobs. Maybe soon. I think your first step is to put stats in tables so you can measure how it is now against what you may change it to.

All of this is controlled thru config files. Your mount points should match you config file, one per node.
by kduke
Thu May 03, 2007 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autosys Job
Replies: 14
Views: 10598

Craig

Maybe he can call your peeps. What do you think?