Search found 53125 matches
- Mon Jun 20, 2011 10:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: &PH& Directory
- Replies: 11
- Views: 4152
Each job will generate N * (M + 1) + 1 processes, where N is the number of nodes and M is the number of operators (approximately the same as the number of stages). You say when you start monitoring that there were already 300 osh processes, and your job caused this to jump to 856. So clearly your jo...
- Mon Jun 20, 2011 6:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To change the row value
- Replies: 5
- Views: 1835
If you can not come up with a specification in words, please get a business analyst to help you to do so. We could guess at your requirement, but could end up wasting time if the guess is wrong. My guess is that you want to overwrite all but the last record in each group with YYYY in the non-key col...
- Mon Jun 20, 2011 6:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data conversion error
- Replies: 12
- Views: 6848
- Mon Jun 20, 2011 6:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQLFetch: Error retrieving results
- Replies: 9
- Views: 3962
- Mon Jun 20, 2011 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to setup Tenacity and Sleep values for TERADATA
- Replies: 3
- Views: 1720
- Mon Jun 20, 2011 6:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage (Output reject records option)
- Replies: 5
- Views: 2526
Why is it in an aborted stage? Which event in the job log caused it to abort? Too many warnings generated? You can adjust that at run time. When you add a reject link to your Oracle Enterprise stage (and set the Output Reject Record property to True), the sqlcode column is automatically added to the...
- Mon Jun 20, 2011 5:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CURSOR used in DB2 stored procedure
- Replies: 2
- Views: 1759
The Stored Procedure stage calls stored procedures, not cursors. You would need to create a stored procedure that DataStage can call (that is, one that handles a result set) and possibly call this from a database stage rather than a Stored Procedure stage. Or you can simply use the SELECT statement ...
- Mon Jun 20, 2011 5:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Attach large Files (20 MB) and above
- Replies: 5
- Views: 3008
- Mon Jun 20, 2011 1:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partitioning type in input links
- Replies: 1
- Views: 850
DataSet1 does not have an input, so its partitioning will be governed by whatever it was set to in the job that created the Data Set. Partitioning on the input link to the Funnel stage from DataSet1 should be Same. Partitioning on the input link to the Funnel stage from Oracle should be the same as ...
- Mon Jun 20, 2011 1:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sparse lookup-join
- Replies: 4
- Views: 2562
You don't (have range lookup in version 7.5). Craig's not working on DataStage at the moment. Join is only ever equijoin, so you won't achieve your requirement that way. Would you consider using a server job, where you can use user-defined SQL in the database stage that services the reference input ...
- Mon Jun 20, 2011 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Discrepency from 8.1 to 8.5v
- Replies: 11
- Views: 7039
- Sun Jun 19, 2011 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data conversion error
- Replies: 12
- Views: 6848
- Sun Jun 19, 2011 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data conversion error
- Replies: 12
- Views: 6848
- Sun Jun 19, 2011 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Design ideas
- Replies: 6
- Views: 1494
- Sun Jun 19, 2011 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage (Output reject records option)
- Replies: 5
- Views: 2526