Search found 3045 matches
- Tue Jan 03, 2006 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to convert string to int in modifystage
- Replies: 4
- Views: 2840
- Tue Jan 03, 2006 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with DB2 lookup
- Replies: 4
- Views: 1674
Try running a View Data from your job, when it fails you should be given a prompt to look at the parallel log for that job, this will have a more informative error message. Your DB2Instance settings are in the Install and Upgrade Guide. You need to add them to the dsenv file or if you have multiple ...
- Tue Jan 03, 2006 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Global Parameters
- Replies: 2
- Views: 826
I don't think I've ever delivered a job to production that didn't have parameters. Since every job needs a source and target all my jobs have as a minimum either sequential file parameters such as file location or database parameters such as user id and password. Typically most of my jobs have 8-12 ...
- Mon Jan 02, 2006 11:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Stage PX
- Replies: 3
- Views: 1011
Many stages have an optional sort function via the partition tab. This means if you are partitioning your data in a stage you can define the sort at the same time. The sort stage is for use when you don't have any stage doing partitioning in your job but you still want to sort your data, or if you w...
- Mon Jan 02, 2006 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML read problem
- Replies: 2
- Views: 1185
- Mon Jan 02, 2006 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying null value attributes through column properties?
- Replies: 5
- Views: 5149
You don't need to do anything special for database input stages, they accurately read the metadata of the table via table import and the nullubility settings are taken from the table definition. This ensures all data can be read from the table including nulls. You then need to handle nulls in a modi...
- Mon Jan 02, 2006 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB Configuration
- Replies: 1
- Views: 793
Remote DB2 connections are trickier. There is a DB2 Remote Configuration setting document that you can request from IBM/Ascential support or download it from devnet. You need to run through the db2 setup and grant scripts in your $PXHOME/bin directory. The normal db2grant and db2setup only work on d...
- Wed Dec 21, 2005 7:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outer join two tables in seperate databases
- Replies: 10
- Views: 3553
- Wed Dec 21, 2005 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outer join two tables in seperate databases
- Replies: 10
- Views: 3553
- Wed Dec 21, 2005 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add a DataStage topic in www.experts-exchange.com
- Replies: 2
- Views: 1939
It's got some amazing numbers for common topics such as databases and operating systems. For example the answer to " I want an SQL query - select top 10 records except for the top 10 records." has had 11989 views. The most view thread on dsxchange has just topped 1000. One top database poster has 74...
- Wed Dec 21, 2005 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOW TO COMMIT AFTER EVERY 1 MILLION RECORDS
- Replies: 2
- Views: 1418
In Enterprise database stages you will often find transaction size as an optional option, click on the stage options and look for it in the bottom right properties window. By default it gets set to 2000 (I think!). This may destroy your database, you will get multiple instances trying to build and s...
- Tue Dec 20, 2005 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Enviroment Variable
- Replies: 5
- Views: 1675
- Tue Dec 20, 2005 8:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use ENV variables
- Replies: 3
- Views: 1106
There is no other way. Job parameters are the method for setting variables in a job. If you set the value of your environment variable job parameters to $PROJDEF you ensure it picks up the latest value from your project settings each time the job is run so you don't have to change any settings in a ...
- Tue Dec 20, 2005 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Select distinct records from Files
- Replies: 22
- Views: 6264
This is an extremely fast dedupe method if the data is sorted. But remember sorting is one of the slowest functions in server jobs, so a Unix sort will be faster, and you may as well use the dedupe Unix sort option while you are at it! The hash file method doesn't require sorting so may be a faster ...
- Tue Dec 20, 2005 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New to Buildop
- Replies: 1
- Views: 821