Search found 4605 matches
- Tue Apr 05, 2005 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: After job routine
- Replies: 5
- Views: 1008
- Mon Apr 04, 2005 10:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Here's something to not do.
- Replies: 8
- Views: 2278
- Mon Apr 04, 2005 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Here's something to not do.
- Replies: 8
- Views: 2278
- Fri Apr 01, 2005 7:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL in Routines
- Replies: 7
- Views: 2253
- Fri Apr 01, 2005 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL in Routines
- Replies: 7
- Views: 2253
In the BASIC.pdf it talks about it. Are you talking about SQL against hash files or Universe files or other databases. Most of the time this should be done in jobs. You lose the GUI viewing capabilities when you run SQL in routines. It sort of defeats the purpose of DataStage. Maybe you could give u...
- Fri Apr 01, 2005 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Job Review check list.
- Replies: 1
- Views: 1187
I think some of this has been posted in the past. Some of this is a personal preference. You need to develop your own naming conventions. I think Ray or Ken may charge you a lot of money to give you their standards. Many years work went into developing these documents. There was an old newsletter on...
- Fri Apr 01, 2005 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation or reset
- Replies: 3
- Views: 2557
That looks like part of compile routine I posted. It is incomplete. If you try to compile jobs that are running then you can have problems. If you clear RT_STATUS files while jobs are running then this also is not good. The jobs continue to run in the background and are no longer talking to the Data...
- Wed Mar 30, 2005 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capturing warning messages in my sequencer
- Replies: 3
- Views: 1204
- Wed Mar 30, 2005 6:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MKS version control for Datastage
- Replies: 1
- Views: 571
- Tue Mar 29, 2005 6:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture warning message
- Replies: 15
- Views: 5363
If you go to my tips page and download EtlStats.zip. It has a job called EtlChkSeqJobsNotRun. It will find all the jobs not run since the sequence is last started. It will email you the log files of all the jobs that did not run as html pages attached to the email message. I still agree with Ray. Yo...
- Tue Mar 29, 2005 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Report?
- Replies: 8
- Views: 1931
It is in the zip. You can change the path to wherever you put this file. You need to be able to run the sequence SeqPrepareEtlStats before all of this is ready to add to each job. The email is controlled by a shell script called Email.ksh. It should be in a folder called Scripts below each project y...
- Tue Mar 29, 2005 12:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find out the data load in terms of MBs or GBs?
- Replies: 3
- Views: 1031
I posted a routine called GetRowLength. It is part of EtlStats. I have added it to my jobs so I can automatically get MBs/second but ti should not be hard. There is a job called LoadEtlJobLink that will need to call this routine and add a column called AVE_ROW_LENGTH and update it with the value ret...
- Tue Mar 29, 2005 9:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Report?
- Replies: 8
- Views: 1931
You need to download EtlStats.zip from my tips page. It is a series of jobs which run dsjob -report XML and load the data into Oracle tables. The create table scripts are all there. There are lots of reports to give you row counts by sequence or run times of all sequences. There is a way to automati...
- Tue Mar 29, 2005 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Line arguments for a Command Stage
- Replies: 10
- Views: 3947
On 3. you can download DSaveAsBmp.bat on my tips page. It will run the command on every job in a project. It is a DOS batch file. It runs dsjob to get a list of jobs then runs the Designer.exe on each job in the project. Saves lots of time. This files can be used by the GenHtml jobs also on my tips ...
- Fri Mar 25, 2005 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to generate control files in a datastage job?
- Replies: 8
- Views: 6223