Search found 6797 matches
- Fri Dec 29, 2006 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with multiple columns
- Replies: 31
- Views: 8721
Ok here is what i can offer. Load your file into a temp table in the same schema and run this query. Replace the table names and column names in my query. This is off of memory and is not tested. You might bump into a few errors, but they will be minor. As far as i can see it, its logically correct ...
- Fri Dec 29, 2006 9:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning Job Parameters in a UNIX script
- Replies: 29
- Views: 8555
- Fri Dec 29, 2006 9:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with multiple columns
- Replies: 31
- Views: 8721
- Fri Dec 29, 2006 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with multiple columns
- Replies: 31
- Views: 8721
- Fri Dec 29, 2006 8:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning Job Parameters in a UNIX script
- Replies: 29
- Views: 8555
- Fri Dec 29, 2006 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to excute the shell scripts
- Replies: 3
- Views: 762
Or you can just give parameters as you would from command line. Narasimha, if i may,
Code: Select all
Ex: /path/script.sh $1 $2
- Fri Dec 29, 2006 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A Value Search in a String
- Replies: 9
- Views: 3564
- Fri Dec 29, 2006 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Name from selected Column
- Replies: 5
- Views: 1268
- Fri Dec 29, 2006 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset file creation error!
- Replies: 6
- Views: 4954
- Fri Dec 29, 2006 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The call to sqlldr failed; the return code = 256
- Replies: 3
- Views: 2757
- Fri Dec 29, 2006 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table locks when loading through Teradata Enterprise stage
- Replies: 19
- Views: 12558
- Fri Dec 29, 2006 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot view Data from DS Designer
- Replies: 15
- Views: 4666
- Fri Dec 29, 2006 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IP change
- Replies: 6
- Views: 3112
- Fri Dec 29, 2006 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting better upsert performance
- Replies: 4
- Views: 1888
Why is the data doubling? That should not happen. Try trimming the keys and then sending it in. What about at the database end, are the keys a surrogate number or a character key? Your seeing an increase in performance for 'insert then update' because there are more inserts then updates. The opposit...
- Fri Dec 29, 2006 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading Data into DB2 View
- Replies: 2
- Views: 1272