Search found 4605 matches
- Mon Mar 26, 2007 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Search in Jobs
- Replies: 5
- Views: 1322
- Sat Mar 24, 2007 7:47 am
- Forum: General
- Topic: Benford's Law
- Replies: 3
- Views: 1167
- Wed Mar 21, 2007 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job reporting
- Replies: 2
- Views: 698
- Tue Mar 20, 2007 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
If you do not have write permission to these directories then you will have problems. It fails hard without any error messages. I should have else clauses on my writes but maybe I missed some. The JobReport routine should be there as well. I did not write this so I cannot fix it. There are notes on ...
- Tue Mar 20, 2007 4:22 pm
- Forum: General
- Topic: UNIX Forums
- Replies: 8
- Views: 2295
- Mon Mar 19, 2007 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using dsjob -run -param to pass parameters
- Replies: 13
- Views: 13081
We do get the parameter values out of a file. We do validate the parameter name against dsjob -lparams Project Job We have a global list of parameter values which can be overridden by a job level parameter file. We have another script which will build these parameter files from the defaults. The sam...
- Mon Mar 19, 2007 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using dsjob -run -param to pass parameters
- Replies: 13
- Views: 13081
If you know shell scripting then write it yourself. dsjob -lparams Project Job Will get you a list of params. dsjob -paraminfo DwNav ParameterizeDSNs pDSN2Change Will get you parameter information like the prompt and default values for parameter pDSN2Change in job ParameterizeDSNs in project DwNav. ...
- Mon Mar 19, 2007 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Print/Copy details in LIST DS_JOBS
- Replies: 4
- Views: 1624
- Fri Mar 16, 2007 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datawarehousing
- Replies: 4
- Views: 1246
I would look at some key tables. Count the rows. Try to estimate the row lenght by guessing the average row length. Take the largest table row length times number of rows and make sure you have several times that amount of disk maybe 10 or 20 times. WAG is maybe the best you can do unless you want t...
- Fri Mar 16, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- Thu Mar 15, 2007 3:30 pm
- Forum: Data Quality Best Practices
- Topic: Smart Data Quality Tool
- Replies: 5
- Views: 10291
- Thu Mar 15, 2007 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- Thu Mar 15, 2007 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Export a job which has a message handler.
- Replies: 15
- Views: 5308
- Wed Mar 14, 2007 10:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of only jobs and number of only sequences in project
- Replies: 5
- Views: 1634
You are going to have to do it at TCL like http://www.dsxchange.com/viewtopic.php? ... ht=JOBTYPE
CATEGORY and JOBTYPE are in DS_JOBS. Use SQL.
CATEGORY and JOBTYPE are in DS_JOBS. Use SQL.
- Wed Mar 14, 2007 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slowly changing Dimensions
- Replies: 20
- Views: 4648