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 (March 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 9 Mar 2010 13:05:46 -0600
Reply-To:   "Data _null_;" <iebupdte@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Data _null_;" <iebupdte@GMAIL.COM>
Subject:   Re: Using PROC FCMP Functions with %SYSFUNC
Comments:   To: Kevin Myers <KevinMyers@austin.rr.com>
In-Reply-To:   <505476FD03B6413BA99BE0D8A5F6EBDE@KAM1720>
Content-Type:   text/plain; charset=ISO-8859-1

On 3/9/10, Kevin Myers <KevinMyers@austin.rr.com> wrote: > xIndexC gets used in my code primarily as a utility within other functions > that are performing various string searches and manipulations. I may be > able to make additional changes to the calling functions that would allow > for replacing xIndexc with code based on FINDC and SCAN. That will also > take some time, but presently seems like my best option.

Another thought with regards to %SYSFUNC. It might be possible for you to use data step(s) where you are now using MACRO language and %SYSFUNC. Which would require some extra work but may allow you to use your FCMP functions.

Do you want some help with regards to "various string searches and manipulations"? You might get solutions that are "better" and do not require as much special processing as you might think.


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