Search found 53125 matches
- Tue Aug 23, 2011 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace only first and last occurence of a string
- Replies: 1
- Views: 2338
- Tue Aug 23, 2011 6:16 am
- Forum: General
- Topic: Datastage Installation on OEL6 Linux but Project not created
- Replies: 5
- Views: 5267
- Tue Aug 23, 2011 6:14 am
- Forum: General
- Topic: Default permission of files for jobs by users
- Replies: 1
- Views: 864
Learn about the UNIX umask command. Put umask 002 (recommended) or umask 000 (to give 777 permission, but not recommended) into the dsenv script. The preferred approach, however, is to create a group for the project, and to add authorized users to that group. In this way, the whole world does not re...
- Tue Aug 23, 2011 6:12 am
- Forum: General
- Topic: Permission to DataStage project
- Replies: 4
- Views: 1988
- Mon Aug 22, 2011 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: buffer(1),85: Fatal Error: waitForWriteSignal():
- Replies: 6
- Views: 4888
- Mon Aug 22, 2011 11:39 pm
- Forum: General
- Topic: Licence Fee for Datastage
- Replies: 3
- Views: 1514
There is a base charge (per component) levied once, and an ongoing annual fee (expressed as a percentage of the base charge) for maintenance (which gives you access to support, upgrades, etc.) There is no usage charge for Information Server or for any of its component products. Other products from I...
- Mon Aug 22, 2011 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading a fixed width file without Header and Trailer record
- Replies: 1
- Views: 1518
- Mon Aug 22, 2011 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column names issue in file pattern option
- Replies: 8
- Views: 3680
- Mon Aug 22, 2011 3:17 pm
- Forum: General
- Topic: send an e-mail if value is not equal to 0
- Replies: 3
- Views: 1445
- Mon Aug 22, 2011 3:15 pm
- Forum: IBM QualityStage
- Topic: Match specification Run Error
- Replies: 3
- Views: 5780
- Mon Aug 22, 2011 6:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upsert Failing
- Replies: 8
- Views: 3020
- Mon Aug 22, 2011 6:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata connector issue
- Replies: 3
- Views: 9533
- Mon Aug 22, 2011 5:58 am
- Forum: General
- Topic: how we delete 3rd row from one table
- Replies: 14
- Views: 4165
- Mon Aug 22, 2011 5:56 am
- Forum:
- Topic: Error while opening a folder in Director
- Replies: 5
- Views: 1746
- Mon Aug 22, 2011 2:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variable field calculation
- Replies: 4
- Views: 2487
This requires a classic fork-join design (though, once you're on version 8.5, you may be able to use looping constructs in the Transformer stage).
One side of the fork (Copy stage) leads to an Aggregator stage that performs the required calculation. The two streams are then united using a Join stage.
One side of the fork (Copy stage) leads to an Aggregator stage that performs the required calculation. The two streams are then united using a Join stage.