Search found 6797 matches
- Fri Dec 08, 2006 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare and Add
- Replies: 5
- Views: 1749
- Fri Dec 08, 2006 11:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare and Add
- Replies: 5
- Views: 1749
- Fri Dec 08, 2006 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare and Add
- Replies: 5
- Views: 1749
Yes, you are headed in the right direction. Use 'Start' as your refresh point to clear out the concatenation of present to the previous. Basically you have to check if present row is different then the previous, if it is concatenate them together. Do it for botht he columns and mark the row right be...
- Fri Dec 08, 2006 10:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Deployment Strategy
- Replies: 3
- Views: 2084
- Fri Dec 08, 2006 9:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Switch Versus Transformer for splitting data
- Replies: 4
- Views: 1311
Read postby Vincent. It will help you use @INROWNUM along with @PARTITIONNUM and @NUMPARTITIONS.
- Fri Dec 08, 2006 9:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to abort job based on constraint
- Replies: 20
- Views: 7479
I take my words back. UtilityAbortToLog wont work inside the px transformer. The only other work around that i can think of at the moment is writing an after job subroutine and check for number of rows in that particular link. If its more than what you want, you can call DSLogFatal() routine or even...
- Fri Dec 08, 2006 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Switch Versus Transformer for splitting data
- Replies: 4
- Views: 1311
- Fri Dec 08, 2006 7:11 am
- Forum: General
- Topic: Error while running BW job
- Replies: 2
- Views: 2101
- Thu Dec 07, 2006 8:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to abort job based on constraint
- Replies: 20
- Views: 7479
- Thu Dec 07, 2006 8:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to abort job based on constraint
- Replies: 20
- Views: 7479
- Thu Dec 07, 2006 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output Record count in a transformer
- Replies: 14
- Views: 8303
- Thu Dec 07, 2006 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Hash File
- Replies: 7
- Views: 1975
You need a work around. Either load your file to a temp table and then perform regular sql. OR create a dummy key with running sequential number while creating the hashed file so that each and every record is retained. Access that hashed file via Universe Stage and them do sql join at the expense of...
- Thu Dec 07, 2006 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting User Activity stage variable value using ExecCommand
- Replies: 8
- Views: 1663
No. You can even get rid of the user variable stage. Connect the execute activity to a job activity. What ever job is using that output value, define an extra parameter, say Script1ReturnVal'. Right click on its expression box and you will find the activity variable activated. Choose .$CommandOutput...
- Thu Dec 07, 2006 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting User Activity stage variable value using ExecCommand
- Replies: 8
- Views: 1663
- Thu Dec 07, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting User Activity stage variable value using ExecCommand
- Replies: 8
- Views: 1663