| Date: | Mon, 2 May 2005 08:30:49 -0700 |
| Reply-To: | michelle.schlude@SAS.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Michelle Schlude <michelle.schlude@SAS.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: Using Hash Object to count distinct number of values in an
array in each of many rows |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
Beginning with SAS 9.2 a new method will be available to remove all
keys and associated data from a hash table:
rc=h.clear();
Using this method would improve performance in method 1 and 3.
Michelle Schlude
SAS Technical Support
|