View previous topic :: View next topic |
Author |
Message |
bolineni ravi Beginner
Joined: 29 Jun 2006 Posts: 4 Topics: 3
|
Posted: Wed Aug 09, 2006 9:44 am Post subject: Remove duplicate elements in Stem |
|
|
Hi All,
I have verified the forum for this and i found how to perform a Stem sort.
But i want to do the following.
My program creating a Stem output. But it contains duplicate elements. I want to remove duplicate elements from my Stem output.
For the above, thoughts right now are first perform a sorting(Bubble or selection) methodology after that write a code to remove the duplicate elements.
Am i going in correct way...or any other functions exist in REXX Language to remove the duplicate elements in STEM.
If you have sample code for this Please share with me.
Always Thanking You,
Ravi. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Wed Aug 09, 2006 10:47 am Post subject: |
|
|
As far as I know, there's no in built REXX function to remove dups - How about having a SORT step to remove duplicates and then pass the dataset to REXX?
________
cheap glass pipes |
|
Back to top |
|
 |
|
|