Search found 53125 matches
- Tue Dec 12, 2006 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look up and Relation stage in MVS
- Replies: 6
- Views: 2186
- Tue Dec 12, 2006 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobReportDb
- Replies: 9
- Views: 1527
- Tue Dec 12, 2006 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job returns different values for the same query
- Replies: 13
- Views: 3298
If it's the query that's returning different results at different times, that's not a DataStage issue, it's a database issue. Or it may be that it's not the same query - that the parameters used in the WHERE clause change between runs, for example. You have not provided enough information for cogent...
- Tue Dec 12, 2006 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Query Performance Issue
- Replies: 2
- Views: 671
- Tue Dec 12, 2006 3:19 pm
- Forum: General
- Topic: SQL Server
- Replies: 5
- Views: 2274
- Tue Dec 12, 2006 4:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HowTo parametrize dataset?
- Replies: 12
- Views: 4233
What you envisage is not possible in the manner you envisage it. But you might be able to load one parameter with a string that is a comma-delimited list of values and somehow get that into an IN clause in the WHERE part of your extraction SQL. Something like: SELECT column_list FROM table WHERE col...
- Tue Dec 12, 2006 4:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: some questions little about job control
- Replies: 1
- Views: 709
1. Is it possible to launch several job simultaneously in a job control ? Yes. 2.Why is disadvised to launch a job control with an other job control ? It's not. A hierarchy of control is a Good Thing. 3.I know that we can detach a job with DSDetachJob, is it necessary ? Yes, if you no longer requir...
- Tue Dec 12, 2006 4:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file
- Replies: 5
- Views: 1986
- Tue Dec 12, 2006 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A server job when scheduled not running.
- Replies: 3
- Views: 958
The r4 in your version number suggests you are running a "rapid repair fix" version. These have not gone through full QA, and therefore may have a bug in the scheduler interface. Check with your support provider; an upgrade to a later version (even if it's 6.x) may be needed. Can you post the cronta...
- Tue Dec 12, 2006 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to increase the Sequence number in PX from Oracle
- Replies: 14
- Views: 8232
- Tue Dec 12, 2006 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HowTo parametrize dataset?
- Replies: 12
- Views: 4233
It is not legally possible other than manually. You seek to load values from a Data Set into the list values associated with a List type job parameter. That has to be done at design time. Do you have the Data Set available at that time? Which of the values (if any) becomes the default value? Changin...
- Tue Dec 12, 2006 1:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to handle the warnings when using the stingTodate
- Replies: 8
- Views: 2433
- Tue Dec 12, 2006 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sparse lookup possible in SE?
- Replies: 3
- Views: 1250
ALL server job lookups are sparse, in that there is no intermediate virtual Data Set. As Kirtikumar notes, however, enabling row buffering has a similar effect to a virtual Data Set. Nevertheless, a query is executed against the database server (or hashed file) for each stream input row, buffering n...
- Tue Dec 12, 2006 1:28 am
- Forum: Site/Forum
- Topic: Another Milestone
- Replies: 2
- Views: 2304
Another Milestone
From today's home page at DSXchange.
Another Membership Milestone!
15,000!
Do you think they mean 15,000, not 15,000 factorial?

Another Membership Milestone!
15,000!
Do you think they mean 15,000, not 15,000 factorial?
- Mon Dec 11, 2006 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture reject records in ETL process?
- Replies: 15
- Views: 7980