Search found 15603 matches
- Thu Nov 11, 2010 2:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregator stage, performance is getting effect
- Replies: 5
- Views: 3600
- Thu Nov 11, 2010 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To get the list currently running job
- Replies: 4
- Views: 1295
- Thu Nov 11, 2010 2:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance tuning
- Replies: 5
- Views: 1631
There is no general answer to whether or not to sort in DataStage or the DB. The only good answer is to empirically test it and choose the faster option. If the DB Server is heavily loaded and the DataStage machine is well-dimensioned with fast disks and memory it might well be much more efficient t...
- Thu Nov 11, 2010 2:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to Insert/Update data into a Table
- Replies: 4
- Views: 2375
- Wed Nov 10, 2010 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null value on the accessor interfacing error
- Replies: 7
- Views: 6136
try
Note that one cannot trim a Char(2) field, thus the comparison on 2 spaces.
Code: Select all
IF IsNull(To_tfr.dock_id) THEN '99' ELSE IF To_tfr.dock_id =' ' THEN '99' ELSE To_tfr.dock_id
- Wed Nov 10, 2010 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migration from Datastage 7.5.1 to 8.5
- Replies: 7
- Views: 4617
- Wed Nov 10, 2010 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to use a record for update.
- Replies: 5
- Views: 2100
- Wed Nov 10, 2010 3:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Derivation OK, Compiled code not OK
- Replies: 3
- Views: 1508
- Wed Nov 10, 2010 3:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To get the list currently running job
- Replies: 4
- Views: 1295
- Wed Nov 10, 2010 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation steps to install and configure IIS 8.5 in Windo
- Replies: 6
- Views: 2767
- Tue Nov 09, 2010 5:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Runtime Error
- Replies: 16
- Views: 5485
- Tue Nov 09, 2010 4:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read the dataset
- Replies: 3
- Views: 2169
- Tue Nov 09, 2010 3:57 am
- Forum: General
- Topic: Run batch file to call a DS Job to run
- Replies: 16
- Views: 12710
- Tue Nov 09, 2010 3:55 am
- Forum: General
- Topic: Job Information
- Replies: 7
- Views: 2925
- Mon Nov 08, 2010 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Aborting due to dead lock
- Replies: 8
- Views: 3050