Kris, I stand corrected. But still, i would like to try that out.
Search found 6797 matches
- Fri Jun 23, 2006 10:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequencer
- Replies: 10
- Views: 1613
- Fri Jun 23, 2006 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequencer
- Replies: 10
- Views: 1613
Go to the Job Properties Tab and select the option Automatically Handle activities that fail and you are all set. This is based on the assumption that you have not defined any failure triggers for any of your Job activities. That will handle the jobs and not abort it. Even if you dont do anything a...
- Fri Jun 23, 2006 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need shell script to run Jc with loop in file parameter
- Replies: 2
- Views: 772
- Fri Jun 23, 2006 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import hashed file definitions when saved in directory path
- Replies: 3
- Views: 781
- Fri Jun 23, 2006 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL Structure
- Replies: 12
- Views: 3479
- Fri Jun 23, 2006 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL Structure
- Replies: 12
- Views: 3479
- Fri Jun 23, 2006 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction Job which one is faster?
- Replies: 3
- Views: 1357
Also, you need to always keep in mind, what time, or what part of day or night is your process going to run when it goes live. If during that time, not much database activity is taking place, then i would suggest doing aggregations sorting and joins at the database level.Transformations can be done ...
- Fri Jun 23, 2006 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to rename a category
- Replies: 19
- Views: 4728
Its more like, dont go to the extent of Hacking if, unless, absolutely required. I know hacking is fun, but fun can turn out to running around finding ways to fix a corrupted project. And ops, no backup. Wow, thats a big ops. Also, i believe in the HAWK version, the client will have the choice of an...
- Fri Jun 23, 2006 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored proc called from Oracle 10g db using Oracle 8i stage
- Replies: 3
- Views: 1269
- Thu Jun 22, 2006 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic needed
- Replies: 7
- Views: 1287
- Thu Jun 22, 2006 1:59 pm
- Forum: Site/Forum
- Topic: Inactive DSXchange users.
- Replies: 5
- Views: 2675
- Thu Jun 22, 2006 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic needed
- Replies: 7
- Views: 1287
Welcome aboard Sort your incoming data by val1. Use two stage variables to do the group changing dance, say cond and prevVal. They should be in the same order as i specified. cond first and prevVal second. cond- if @INROWNUM =1 OR INLINK.val1 = prevVal then cond:INLINK.code1:INLINK.val1 else INLINK....
- Thu Jun 22, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL Structure
- Replies: 12
- Views: 3479
In addition, you need to get in touch with your data modeller. Identify the parent table and the child tables. What level are they in, what relationship exists between the tables. For an ODS (hierarchical model), start from the code tables, then the parent tables and work your way below. For a wareh...
- Thu Jun 22, 2006 10:59 am
- Forum: Site/Forum
- Topic: Inactive DSXchange users.
- Replies: 5
- Views: 2675
Inactive DSXchange users.
IMHO
The inactive users that are not charter members need to be re-considered by the Admin on how to go about with unending list.
This might help in increasing the site performance.
PS: Only 3303 Posters have posted atleast 1 post.
The inactive users that are not charter members need to be re-considered by the Admin on how to go about with unending list.
This might help in increasing the site performance.
PS: Only 3303 Posters have posted atleast 1 post.
- Thu Jun 22, 2006 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate a Sequential file with a header and footer??
- Replies: 14
- Views: 3418
Thats fine. But the link collector will go for roundrobin processing. It will take the first record from 1, first record from 2 and then first record from 3, then come back to 2 and continue. SO your output file will look like header detail trailer detail detail ....... ....... ....... ....... Thats...