Group feild in PIVOT stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Group feild in PIVOT stage

Post by hexa »

Hi,

I want to know why the grouping functionality is available in the PIVOT stage
As we cannot do any aggregate function in this stage

I tried grouping and it gave me the same answer as it would give without grouping. I am failing to understand the importance

Can any one explain?

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you use a hammer to fasten wood screws? Or a sieve to cart water?

Use the right tool!

The Pivot stage does horizontal pivots.
The Aggregator stage does aggregation.
The FTP stage does FTP.
And so on.

That's the main principle underlying the graphical paradigm that DataStage uses.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Post by hexa »

ray.wurlod wrote:Do you use a hammer to fasten wood screws? Or a sieve to cart water?

Use the right tool!

The Pivot stage does horizontal pivots.
The Aggregator stage does aggregation.
The FTP stage does FTP.
And so on.

That's the main principle underlying the graphical paradigm that DataStage uses.
So the grouping functionality is not useful.....
then why is it there
Post Reply