Search found 4992 matches
- Tue Jun 20, 2006 8:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting of transformation and loading jobs.
- Replies: 6
- Views: 1720
What about the situation where your average input is a daily delta of 100K rows, your target table is 100M rows? Would you pull all 100M rows into a Merge stage just to throw away 99.9% of the rows to determine what's an insert and what's an update? Would it make more sense to first scan the 100K r...
- Tue Jun 20, 2006 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error
- Replies: 14
- Views: 2126
- Tue Jun 20, 2006 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error
- Replies: 14
- Views: 2126
- Tue Jun 20, 2006 12:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Trim Line Feed Characters in a String
- Replies: 4
- Views: 1204
- Tue Jun 20, 2006 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine error : Variable Ans previously undefined
- Replies: 2
- Views: 1209
- Tue Jun 20, 2006 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Suppress status code of dsjob command
- Replies: 8
- Views: 4070
- Tue Jun 20, 2006 6:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Arguments to Independent Server Routines
- Replies: 2
- Views: 1245
- Mon Jun 19, 2006 10:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting of transformation and loading jobs.
- Replies: 6
- Views: 1720
Depends.... If you have a table that is used as a reference in many different sets of transformations, do you want each job to pull that same table from the database every time or would you prefer a predecessor job pull it into a lookup dataset? What about the situation where your average input is a...
- Mon Jun 19, 2006 7:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is "persistent form" in this context?
- Replies: 6
- Views: 1347
From your manuals under the Start button: You can use the Data Set stage: The Data Set stage is a file stage. It allows you to read data from or write data to a data set. The stage can have a single input link or a single output link. It can be configured to execute in parallel or sequential mode. W...
- Mon Jun 19, 2006 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: creteria for opting Hashed file
- Replies: 9
- Views: 2354
If you have two data sets that either can be the driver, but the goal is the INTERSECTION of the two (like an INNER join), then consider these scenarios: #1 Set A has fewer columns (or average characters per row) than B but more rows than B You want to use the A set as the reference and the B datase...
- Mon Jun 19, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conection to be established between Ms Access and DataStage
- Replies: 6
- Views: 1314
- Mon Jun 19, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Migration from Windows Server 2003 to Unix AIX
- Replies: 5
- Views: 1732
You'll have to make sure that your Unix box has all database OCI softwares installed with the correct library versions (ex: Oracle 32bit not 64bit) You'll also need to make sure that the jobs have all appropriate file types selected. When you designed jobs with Sequential file stages on the Windoze ...
- Mon Jun 19, 2006 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is "persistent form" in this context?
- Replies: 6
- Views: 1347
If you build a reference lookup set of data that multiple jobs could share, write it as a persistent dataset (.ds) so that multiple jobs can leverage it. Otherwise, all jobs that need to access that data must also have all the necessary logic to go gain the data, and then redundantly use resources t...
- Mon Jun 19, 2006 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSEngine Command Documentation
- Replies: 1
- Views: 849
Welcome aboard. Shame on Ascential for shoddy documentation of locks and engine commands. That's only been a common complaint since version 1.0. This forum is a great resource, of course, you could peek over at devnet if you wanted to as well. Stay awhile and stroll thru the oodles of posts regardin...
- Mon Jun 19, 2006 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conection to be established between Ms Access and DataStage
- Replies: 6
- Views: 1314