Date: Fri, 30 Mar 2012 15:51:48 -0500
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: Extracting a word that matches a patter in a macro var XXXX
In-Reply-To: <CAPRGo-mPt6_zn2pS-XvPQ4QjOx2wR-C6Hxqmdweiu1QyErjc7Q@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
What's the pattern there? You mean
<letter>_<letter>_<some letters>*<letter>_<letter>_<some letters>
?
-Joe
On Fri, Mar 30, 2012 at 3:46 PM, Dan Abner <dan.abner99@gmail.com> wrote:
> Hi everyone,
>
> I have a macro var (&INTER) that resolves to a space delimited string
> of 1500 words. What is the best way to select any and all words that
> contain the following pattern:
>
> E_N_OPERC*E_O_BILLGR
>
>
> Thanks!
>
> Dan
>
|