Search found 4605 matches
- Sun Mar 12, 2006 7:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Types of dimensions
- Replies: 3
- Views: 854
- Sun Mar 12, 2006 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Initiating a DataStage Job from the UNIX command line
- Replies: 16
- Views: 12123
If you run another script by using dot and a space then the path to the other shell script then it runs it as if it is a part of this script. This is called sourcing a script. If you just run the script then it runs as a child process. A child process can never change the value of a shell variable i...
- Fri Mar 10, 2006 6:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
It should work fine with all versions of Ds6 and Ds7. I have not tried it with Ds5. If you need it for version 5.x then let me know. It is accually sold through www.tools4datastage.com which is owned by the company which owns this site. There should be a link on there to request a trial version. If ...
- Fri Mar 10, 2006 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run SQL stored on a Table
- Replies: 3
- Views: 1210
You can do it if you have fixed number and type of columns. I do this in EtlStats. I always retunr one column and it is numeric. It is totally parameter driven. #SelectStmt# It outputs 3 columns #MeasureName# and the date. The table is call ETL_QA_RESULT. I do things like compare row counts in a sou...
- Fri Mar 10, 2006 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control project purge
- Replies: 4
- Views: 1122
- Fri Mar 10, 2006 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
ParameterNavigator is my product. There is a free trial version. It is describe on my web site below. It does just about anything you can think of with parameters. It has usage analysis. It copy groups of parameters to jobs like the 3 or 4 parameters to connect to a specific database. Maybe you have...
- Thu Mar 09, 2006 10:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
- Thu Mar 09, 2006 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
- Thu Mar 09, 2006 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
Buy ParameterNavigator from me would save you lots of time and trouble. Parameters are simple. They are stored in the ROOT record of a job in DS_JOBOBJECTS. Here is some SQL to report on them and to list them. AttrNo 14. ParamNames 15. ParamDesc 16. ParamPrompt 17. ParamDefault 18. ParamHelpTxt 19. ...
- Thu Mar 09, 2006 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing parameters to Hashed file
- Replies: 12
- Views: 2792
- Wed Mar 08, 2006 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Creating hash file using DS basic
- Replies: 4
- Views: 949
Re: Error in Creating hash file using DS basic
OPENSEQ PROJECT_HOME:'/seq/dbmbr.txt' TO F.SEQ ELSE Call DSLogInfo("Unable to open ":PROJECT_HOME:'/seq/dbmbr.txt',"Output") STOP END * TCL = 'LogTo ':FIELD(PROJECT_HOME,'/',5) * Call DSExecute("TCL", TCL, ScreenOutput, SystemReturnCode) Call DS...
- Wed Mar 08, 2006 7:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Creating hash file using DS basic
- Replies: 4
- Views: 949
- Wed Mar 08, 2006 1:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Total No of rows
- Replies: 5
- Views: 1279
You probably need to aggregate the threads spawned by a PX job. Vincent sent me the job to do this. He mdoified one of jobs in EtlStats. Very nice solution. Ask in this forum and he might send you a copy. I have it somewhere too but I still do not use PX so it is less important to me. Very cool stuf...
- Wed Mar 08, 2006 1:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best Practices For ETL Development and Datastage Usage
- Replies: 6
- Views: 4313
Maurik This is great advice. This is practical wisdom to help things run smooth. This is a great starting point. I think the theory in Kimball and Inmon go over the heads of most people. I think start small and build up to the big ideas. I would rather be street smart and book dumb than the other wa...
- Wed Mar 08, 2006 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best Practices For ETL Development and Datastage Usage
- Replies: 6
- Views: 4313
I think Ken is correct. A book is a good start especially this book. Mentoring from an experience pro is also good or even better. But if you cannot afford these then take the baby steps I talked about and build on it. Be consistent as a team of developers. I think outsourcing is a good example of w...