Search found 15603 matches
- Tue Oct 20, 2009 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To skip a job for null dataset
- Replies: 14
- Views: 4491
- Tue Oct 20, 2009 5:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the best practice to load 50Mil+ in HF
- Replies: 12
- Views: 3884
Once your file is full of data, get the number of groups, add 10%, find the next highest prime number and use that value as the MINIMUM.MODULUS for the dynamic hashed file. Also check the UNIX files DATA.30 and OVER.30 to see if they are over 2Gb. If they aren't then a 32bit hashed file is preferable.
- Tue Oct 20, 2009 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open project 'XYZ' - 81016. ( Job Migrated )
- Replies: 13
- Views: 6999
- Tue Oct 20, 2009 5:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: differece between disk pool and scrach disk in data stage
- Replies: 2
- Views: 855
- Tue Oct 20, 2009 5:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To skip a job for null dataset
- Replies: 14
- Views: 4491
- Tue Oct 20, 2009 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XMEta migration
- Replies: 3
- Views: 2179
- Tue Oct 20, 2009 3:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Site with similar configurations
- Replies: 3
- Views: 1226
Machine A : 10 CPUs 32Gb Memory. Micropartitioning disabled. Machine B : 4 CPUs 24Gb Memory. Micropartitioning disabled. Machine C : 8 CPUs 10Gb Memory. Micropartitioning enabled. All 3 are AIX p-series DS servers with remote repositories and databases. All are used heavily for different DataStage c...
- Tue Oct 20, 2009 3:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the best practice to load 50Mil+ in HF
- Replies: 12
- Views: 3884
- Tue Oct 20, 2009 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get jobs names from Datastage project.
- Replies: 6
- Views: 20856
- Tue Oct 20, 2009 3:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading from Excel
- Replies: 5
- Views: 1355
- Tue Oct 20, 2009 1:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the best practice to load 50Mil+ in HF
- Replies: 12
- Views: 3884
The good news is that there is a lot of room for improvement here. First off, can you remove the 5th column from the key completely? The shorter and simpler the key is, the better the hashing algorithm will work. If the 5th column cannot be removed from the key, put it to position 1 and specify SEQ....
- Tue Oct 20, 2009 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading from Excel
- Replies: 5
- Views: 1355
The issue here is that you need to run an ODBC driver to connect from UNIX to Excel data sources; this is not part of DataStage and the aforementioned java app would seem to be a free driver. Once that driver is installed and functional you can then go about configuring the ODBC connection in DataSt...
- Tue Oct 20, 2009 1:21 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to perform Bulk delete oe optimize delete operation
- Replies: 4
- Views: 1970
- Tue Oct 20, 2009 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timeout error
- Replies: 2
- Views: 1021
- Tue Oct 20, 2009 1:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Site with similar configurations
- Replies: 3
- Views: 1226
AIX, being and IBM OS just as DataStage is an IBM product, is one of the more common implementations. For example my current site has 6 LPARs with DataStage V8 ranging from 2-CPU to 16CPU. Many others here on DSXchange will also have AIX installations. It is difficult to simply compare CPU and Memor...