Search found 53125 matches
- Wed Aug 17, 2005 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trash Stage
- Replies: 11
- Views: 2274
- Wed Aug 17, 2005 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version History of DataStage
- Replies: 9
- Views: 6115
- Tue Aug 16, 2005 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trash Stage
- Replies: 11
- Views: 2274
- Tue Aug 16, 2005 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Showing less data in the database
- Replies: 13
- Views: 3299
- Tue Aug 16, 2005 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge file in UVTEMP directory
- Replies: 7
- Views: 2378
- Tue Aug 16, 2005 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error adding project
- Replies: 10
- Views: 2203
- Tue Aug 16, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No Descriptor for this position
- Replies: 4
- Views: 1280
- Tue Aug 16, 2005 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assign a value by weight~
- Replies: 8
- Views: 2654
- Tue Aug 16, 2005 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server Vs PX
- Replies: 7
- Views: 3103
All three variants are hugely different. Server generates DataStage BASIC, parallel generates Orchestrate shell script (osh) and C++, mainframe generates COBOL and JCL. In server and mainframe you tend to do most of the work in Transformer stage. In parallel you tend to use specific stage types for ...
- Tue Aug 16, 2005 2:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSetParam Problem
- Replies: 3
- Views: 1981
- Tue Aug 16, 2005 2:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Return SIGN function
- Replies: 6
- Views: 1230
- Tue Aug 16, 2005 2:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: container performance
- Replies: 3
- Views: 865
There's no problem at all in reading from a hashed file, provided they're not using "lock for update". In fact, you can even set up "public shared hashed file cache" so that there's only one copy in memory. It's all in the dsdskche.pdf manual (and involves a change to uvconfig and therefore a re-sta...
- Tue Aug 16, 2005 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Administrator Problems
- Replies: 4
- Views: 1448
- Tue Aug 16, 2005 2:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bubble Sort
- Replies: 5
- Views: 2351
- Tue Aug 16, 2005 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assign a value by weight~
- Replies: 8
- Views: 2654
It might be clearer - easier to maintain - if you take two passes through the data. The first pass populates a hashed file after totalling (summing) the ao_code for each branch number. Depending on source, you can get this via SQL, or via an Aggregator stage. The second pass then looks up the total ...