Search found 4605 matches
- Thu Jun 29, 2006 6:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User Defined SQL Queries Information.
- Replies: 3
- Views: 928
Zabeerulla You need to understand TCL commands. All the SQL you run against the repository tables are TCL commands. You could also probably get what you want with MetaStage or Reporting Assistant. Both of these extract information from the repository tables like DS_JOBS and DS_JOBOBJECTS to their ow...
- Thu Jun 29, 2006 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: script to delete jobs
- Replies: 21
- Views: 4053
- Wed Jun 28, 2006 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: script to delete jobs
- Replies: 21
- Views: 4053
- Wed Jun 28, 2006 5:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read metedata of DS
- Replies: 12
- Views: 2749
- Wed Jun 28, 2006 5:31 pm
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Tue Jun 27, 2006 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read metedata of DS
- Replies: 12
- Views: 2749
http://www.dsxchange.com/viewtopic.php?t=96760 shows how to get sequential files. Getting the tablenames is more complicated depending on the stage types. The plugins are the hardest to get out of the repository. User defined SQL makes this even harder.
What stage types are you using? Tell me what you are using and maybe I have the SQL.
What stage types are you using? Tell me what you are using and maybe I have the SQL.
- Tue Jun 27, 2006 6:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USS System ?
- Replies: 8
- Views: 2193
- Mon Jun 26, 2006 8:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SyncSort
- Replies: 6
- Views: 1501
CoSort is integrated with DataStage. It has its own plugin. Both are super fast in sorting flat files especially fixed width. They can aggregate as well. The setup on them is kind of like building a file to describe the metadata for a bulk load for Oracle or Redbrick. They are ugly little script fil...
- Mon Jun 26, 2006 8:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USS System ?
- Replies: 8
- Views: 2193
- Wed Jun 21, 2006 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
- Wed Jun 21, 2006 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
Maybe all you want to know is which sequences ran long. /* ----------------------------------------------------------------- SeqRunningLong2.sql Decription: Returns list of Jobs. Written by: Kim Duke Notes: This shows the last run of the a job compared to the average plus one standard deviation away...
- Wed Jun 21, 2006 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
The problem is I only want jobs which ran today. I only want jobs which ran for 5 minutes or more. What difference does it make on small jobs. I want to list the important jobs only. I also want jobs which are running slower based on rows per second. Either could be a problem. /* -------------------...
- Wed Jun 21, 2006 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
This is SQL Server syntax. If you figure this out for Oracle or another database then please post it. getdate() is the current date. datepart(DW, getdate()) will get the day of the week for today. stddev() is the standard deviation for the current avg(). Most numbers should be within one standard de...
- Wed Jun 21, 2006 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance tuning with EtlStats reports
- Replies: 7
- Views: 1595
Performance tuning with EtlStats reports
Your ETL took longer today than normal. Your boss asks why. Was it more data being processed, network traffic or some other issue. How do you find out what it was? We had this issue this week. This is how I solved it. What is the average number of rows for each job? This varies by weekday. So what i...
- Wed Jun 21, 2006 5:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs lost when updated in DS_JOBS
- Replies: 22
- Views: 5867