LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (May 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page