Search found 6797 matches
- Tue Jan 16, 2007 9:15 am
- Forum: General
- Topic: Aggregator and sum function
- Replies: 21
- Views: 9235
- Tue Jan 16, 2007 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperator Controller
- Replies: 4
- Views: 1535
- Tue Jan 16, 2007 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ideal maximum limit for a hash file
- Replies: 11
- Views: 2694
For exact aproximation (if there is a sucha word couple), refer to this post.
- Tue Jan 16, 2007 8:53 am
- Forum: General
- Topic: Aggregator and sum function
- Replies: 21
- Views: 9235
- Tue Jan 16, 2007 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ideal maximum limit for a hash file
- Replies: 11
- Views: 2694
- Tue Jan 16, 2007 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance tuning
- Replies: 6
- Views: 1702
Is your source a flat file or a database table? If the later then do an order by in the source and get sorted data. If former then you can use the os level sort by providing the -T option with it to specify the temp directory which will be used to hold groups during sorting. If over all you have low...
- Tue Jan 16, 2007 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ideal maximum limit for a hash file
- Replies: 11
- Views: 2694
I say if you think, ever, you are going to go close to 2 GB, you need to think about it. Now depending upon your time window and your database activity, you decide whether to go with a hashed file or do the join at the database level. If you have time window is large, go for a hashed file, if there ...
- Tue Jan 16, 2007 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job Variables in a stage and accessing it in another
- Replies: 10
- Views: 3281
Well... you would do that to pass data between jobs. Usually, to pass something between stages, all you need to do is add that new field to the link between the two stages. Why make this more difficult than it needs to be? The other option is 'COMMON' storage. Or one of those five available @USERn ...
- Tue Jan 16, 2007 8:07 am
- Forum: Site/Forum
- Topic: Great Sixer!!!
- Replies: 12
- Views: 5137
- Tue Jan 16, 2007 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Changing file format from UNIX to Windows
- Replies: 6
- Views: 1159
- Tue Jan 16, 2007 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling empty hash files
- Replies: 8
- Views: 2151
- Tue Jan 16, 2007 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem using lookup
- Replies: 23
- Views: 4679
- Tue Jan 16, 2007 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Redbrick
- Replies: 10
- Views: 2669
Check for that file in your default project directory. Maybe its sitting there somewhere. Also, did you provide 'Y' for the property "Remove intermediate data file"? Try with 'N'. If nothing works then set Load Automatically to 'N' and then go to the control file directory and see if it really gets ...
- Tue Jan 16, 2007 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job Variables in a stage and accessing it in another
- Replies: 10
- Views: 3281
- Tue Jan 16, 2007 7:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accessing the same job in different sessions
- Replies: 3
- Views: 672