|
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.
|