Search found 4605 matches
- Thu Sep 08, 2005 7:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to build Time dimension table
- Replies: 11
- Views: 5529
Here is how we did a TIME_DIM. You could easily change the "MTHs" into "D4-" to do a DAY_DIM table. The concept is to do all this in job control and write to a sequencial file. * ================================================================= * Job: ExtractTimeDimStg * ============================...
- Wed Sep 07, 2005 6:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automated QA
- Replies: 5
- Views: 1445
I am sure some things will break in the next release. I am sure it should not take long to fix them. It takes me a few hours to get this working on UNIX. It takes me a few days to get the emails going to the right people. I still do not have it working on Windows though. Let you know when it does wo...
- Tue Sep 06, 2005 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automated QA
- Replies: 5
- Views: 1445
- Tue Sep 06, 2005 10:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automated QA
- Replies: 5
- Views: 1445
Please do not send me any more private emails about this. It is free. Post your questions in this forum and I will answer as soon as I can. Buy ParameterNavigator, DwNav or DsWebMon and I will answer your private emails. I do appreciate the compliments though. Makes my day when someone says thanks. ...
- Tue Sep 06, 2005 9:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automated QA
- Replies: 5
- Views: 1445
Automated QA
There are a couple things I just hate, documentation and QA. So I have tried to automate both. My attempts at automating documentation include EtlStats, GenHtml, DwNav and a few more. DwNav is a product I sell on my web site. The others are free to download on my web site. Part of EtlStats has an au...
- Tue Sep 06, 2005 8:59 pm
- Forum: Enhancement Wish List
- Topic: Disable View Data
- Replies: 2
- Views: 1826
- Thu Sep 01, 2005 6:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wats the diff between job parameters & stage variables?
- Replies: 6
- Views: 1850
Scope is the difference as well as formulas. A stage variable is only valid in one stage. It can have a formula based on routines or anything you can do in a normal derivation. A parameter has one value for the duration of a job. It is set when you start a job. It is normally used for things like se...
- Thu Sep 01, 2005 6:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Estimations
- Replies: 2
- Views: 847
Do a search this has been covered. There was even articles in the newsletter on www.tools4datastage.com.
- Wed Aug 31, 2005 9:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Square root of a negative
- Replies: 7
- Views: 3029
- Wed Aug 31, 2005 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control Unexcepted Error
- Replies: 4
- Views: 1359
- Tue Aug 30, 2005 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check a Hashed File being used by
- Replies: 10
- Views: 3495
- Tue Aug 30, 2005 7:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearcase UCM and DataStage
- Replies: 5
- Views: 1277
- Tue Aug 30, 2005 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearcase UCM and DataStage
- Replies: 5
- Views: 1277
- Tue Aug 30, 2005 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check a Hashed File being used by
- Replies: 10
- Views: 3495
There are some tricks you have to do to SELECT either DS_JOBS or DS_JOBOBJECTS. IBM tries to protect these files. You cannot import metadata from them directly. I usually create a q-pointer which is like a synonym. ED VOC DsJobs 1:Q 2: 3:DS_JOBS ED VOC DsJobObjects 1:Q 2: 3:DS_JOBOBJECTS Now you can...