Search found 3045 matches
- Mon Sep 04, 2006 5:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Capturing the SQL codes in PX jobs...
- Replies: 6
- Views: 1574
- Mon Sep 04, 2006 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 12
- Views: 3871
There are a list of helpful certification links and study material at http://www.squidoo.com/datastage
- Sun Sep 03, 2006 6:43 pm
- Forum: Site/Forum
- Topic: Warehouse Architecture and Modelling Section
- Replies: 5
- Views: 3212
- Thu Aug 31, 2006 8:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Has anybody loaded data sucessfully to SQL Server?
- Replies: 3
- Views: 858
- Thu Aug 31, 2006 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the differences among Data Set, File Set and Seq. ?
- Replies: 1
- Views: 835
A dataset does not need a reject link as it saves the data in the internal data formats. This makes it the most efficient way to save and retrieve data in parallel jobs. Filesets are similar to datasets in that they are saved to nodes and not a specific file location, but they are saved in standard ...
- Thu Aug 31, 2006 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 12
- Views: 3871
- Wed Aug 30, 2006 8:49 pm
- Forum: Site/Forum
- Topic: Pity you didn't go with DSExchange
- Replies: 2
- Views: 3053
Pity you didn't go with DSExchange
I used to wonder why you went with DSXchange instead of DSExchange, that is until I read about embarrassing URLs:
http://independentsources.com/2006/07/1 ... pany-urls/
You could have made it onto the list!
http://independentsources.com/2006/07/1 ... pany-urls/
You could have made it onto the list!
- Tue Aug 29, 2006 11:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare ETL
- Replies: 6
- Views: 1814
You don't need to know MS Access to use the reporting assistant. Your client installs a system ODBC connection called DataStage Reporting Assistant. Once you move your data into the Reporting repository from the Manager tool you can access the details in any ODBC enabled product such as MS Query or ...
- Tue Aug 29, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 NEXTVAL
- Replies: 3
- Views: 2264
If you were confident you running the only job updating the sequence for the duration of the job you could call it prior to the start of the job (from a sql script run by a sequence job) and pass it in as a job parameter, increment it in a transformer, update it at the end of the job (via the after-...
- Tue Aug 29, 2006 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: inserted tsort operator
- Replies: 7
- Views: 4200
Just make sure you set the APT variable at the job level (by adding it as a job parameter) rather than at the project level where it could break a lot of other jobs. The danger of setting these variables is one of the reasons why I prefer the Sort stage set to already sorted as they APT variable cou...
- Tue Aug 29, 2006 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare ETL
- Replies: 6
- Views: 1814
There is a very good job comparison utility in the next release of DataStage but not much in the current release. Since you are talking server edition you can extract your job definitions to the reporting tool and run queries against it and compare the query results. You should be able to run a quer...
- Tue Aug 29, 2006 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: inserted tsort operator
- Replies: 7
- Views: 4200
The dataset should remember that it is partitioned and sorted when you read from it. Set the partitioning out of the starting dataset to "same" and not "auto" to make sure it takes the settings of the dataset. This might be enough to convince the join stage that it should not resort the data. The in...
- Mon Aug 28, 2006 6:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 9
- Views: 2493
- Mon Aug 28, 2006 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Monitoring jobs with UNIX details (memory, space, etc.)
- Replies: 5
- Views: 1429
The next version of DataStage has an option to turn on performance monitoring in a job and produces 19 different performance graphs on disk I/O, RAM and CPU utilisation. Have a look at the Advanced Parallel Job Developers Guide section on memory, buffering, disk I/O and CPU utilisation for descripti...
- Sun Aug 27, 2006 9:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 9
- Views: 2493
I remember back when I was taking Visual Basic certification there were all types of preparation exams and books. You could train a parrot to pass the exam. People would sit the exam several times over to build up a good long list of actual or similar certification questions and then use them to sel...