LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 8 Jul 2010 18:19:38 +1200
Reply-To:     Tom Robinson <barefootguru@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tom Robinson <barefootguru@GMAIL.COM>
Subject:      Re: How to compress muliple decimal points
In-Reply-To:  <201007071733.o67AmAE2020468@willow.cc.uga.edu>
Content-Type: text/plain; charset=us-ascii

The Perl regular expressions in SAS can be _slow_. I was running some generated code with about 20 select...when's, each with a prxmatch call (fixed RE). I achieved about a 4x speed increase by replacing them with standard SAS functions.

Pity, I rather like RE.

Cheers

On 2010-07-08, at 05:33, Dave Brewer wrote:

> Toby, > > I love your one liners! Now, if only I can understand Perl expressions. > Looks like it's time to RTFM :=) > > Thanks much. > Dave


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