I believe a more generic solution is needed, Gokul. For example
AA 1
BB 1
CC 1
AA 2
BB 2
CC 2
should yield
AA BB CC 1
AA BB CC 2
Your approach does not handle this; it can only ever generate one output row.
Search found 53125 matches
- Tue Oct 04, 2005 11:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multi lines --> single line ?
- Replies: 8
- Views: 2072
- Tue Oct 04, 2005 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can routines be written in C in 7.5
- Replies: 3
- Views: 1112
- Tue Oct 04, 2005 11:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Allow duplicate values in Lookup properties
- Replies: 5
- Views: 1949
- Tue Oct 04, 2005 11:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multi lines --> single line ?
- Replies: 8
- Views: 2072
What you are asking for is a vertical pivot. The Pivot stage performs horizontal pivot (one line to many), but definitely does not perform vertical pivots. Several techniques are available, depending on exact circumstances. For example is there a small, finite number of columns to be generated in ea...
- Tue Oct 04, 2005 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with environment setting
- Replies: 1
- Views: 1068
1. Your system is overloaded. You are asking it to do too much. Also, you're probably reacting to single snapshot - every process takes it in turn to sleep awaiting its turn on the CPU, if it's not waiting for something else such as disk I/O requests. In fact, there can be no more than N processes a...
- Tue Oct 04, 2005 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filter stage
- Replies: 3
- Views: 1273
- Tue Oct 04, 2005 11:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: single source record need load two records in the target
- Replies: 10
- Views: 2990
- Tue Oct 04, 2005 11:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Max Value in date column
- Replies: 10
- Views: 4662
- Tue Oct 04, 2005 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of DS.
- Replies: 7
- Views: 2315
The clients do not run on UNIX. You have specified that you have a UNIX-based server. There is no way the same machine can run both UNIX and Windows at the same time. That is why you need different machines. The only exception is if you are running DataStage on Windows (which you specified you are n...
- Tue Oct 04, 2005 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with Delimited, required_column_missing problem
- Replies: 4
- Views: 1310
The metadata must be the same (including the additional column) on both the input to and the output from the Sequential File stage. Your SQL must deliver exactly the same number of columns as are specified on the output link from the ODBC stage. There's some good material in on-line help; next time ...
- Tue Oct 04, 2005 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of DS.
- Replies: 7
- Views: 2315
- Tue Oct 04, 2005 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of DS.
- Replies: 7
- Views: 2315
- Tue Oct 04, 2005 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification activity
- Replies: 9
- Views: 2580
- Tue Oct 04, 2005 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination-add_to_heap() Unable to allocate memory
- Replies: 10
- Views: 4029
- Tue Oct 04, 2005 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compiling jobs in datastage 6x
- Replies: 16
- Views: 4355