Search found 4605 matches
- Tue Sep 07, 2004 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documentation Help
- Replies: 8
- Views: 1689
- Tue Sep 07, 2004 5:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documentation Help
- Replies: 8
- Views: 1689
I assume you downloaded KgdGenHtml.zip. You need to unzip it. There is a dsx that you need to import into DataStage. There is a sequence named SeqGenHtml. You need to run this. It has a parameter called CategoryToDoc. If you type in a category then it will generate an html file for each job in this ...
- Mon Sep 06, 2004 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Preserve DB2 SQL comment lines
- Replies: 3
- Views: 632
- Mon Sep 06, 2004 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Usage Analysis
- Replies: 13
- Views: 2828
- Sat Sep 04, 2004 5:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create test plans to develop/execute/document jobs
- Replies: 2
- Views: 1092
Class ETL 101 1. I would go to gantthead.com. They have a really nice source to target spreadsheet. I would fill this out before I start on any ETL work. 2. I then put this in a database and map source columns to target columns. I use Access. 3. Next extract system tables from all sources and all ta...
- Sat Sep 04, 2004 11:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need Help, how to work with Lotus Notes..
- Replies: 3
- Views: 934
- Sat Sep 04, 2004 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Usage Analysis
- Replies: 13
- Views: 2828
- Sat Sep 04, 2004 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Usage Analysis
- Replies: 13
- Views: 2828
Your query is wrong. The NAME field in DS_JOBOBJECTS is normally the link name. So unless you name your links and hash files the same name then this will fail. I would use this query. select DS_JOBS.NAME AS JOB_NAME FMT '35L' from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE = 'CHashedInput' a...
- Sat Sep 04, 2004 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi valued Column in Hash File
- Replies: 20
- Views: 12482
That is the trick. In the hash file you do not treat this field as multivalued. You do so only in a UV stage. This allows one job to create the multivalues and another job to use them. Most of the time I would only use this in a lookup. I would write a routine to do it. If you look at Ken Bland's SC...
- Fri Sep 03, 2004 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: allocating jobs to specific servers
- Replies: 2
- Views: 519
- Fri Sep 03, 2004 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi valued Column in Hash File
- Replies: 20
- Views: 12482
- Fri Sep 03, 2004 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using hash files instead of UV tables for multirow
- Replies: 13
- Views: 16020
Ken
Look at this topic:
http://www.dsxchange.com/viewtopic.php?t=88934
You can do the rollup in a job. You can also use @VM and not "|". Makes this a lot easier.
Look at this topic:
http://www.dsxchange.com/viewtopic.php?t=88934
You can do the rollup in a job. You can also use @VM and not "|". Makes this a lot easier.
- Fri Sep 03, 2004 10:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: updating fact table
- Replies: 6
- Views: 877
- Fri Sep 03, 2004 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi valued Column in Hash File
- Replies: 20
- Views: 12482
Michael It can be done. I just wrote a job which takes a source. It writes to a hash file. It does a lookup on the same hash file. If the lookup was there then the output column was lookup.col1 :@VM: In.col1. You can aggregate to multivalues to a hash file. JobsByCatHash | v UvStage -> Trans -> Jobs...
- Fri Sep 03, 2004 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: updating fact table
- Replies: 6
- Views: 877