Comparing two values from the same column

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
iamnagus
Participant
Posts: 48
Joined: Wed Sep 29, 2004 1:16 am

Comparing two values from the same column

Post by iamnagus »

I have
Input_Column

1
2
3

I want to compare 1 with 2 and 2 with 3.....

Can any one try for this...

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

Post by ray.wurlod »

Sorted data, stage variables. Search for the rest of the story, how stage variable may be used to "remember" a value from the previous row.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply