Date: Thu, 13 May 2010 15:08:14 -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: how to use wildcards here?
In-Reply-To: <AANLkTimtMfM8VT_V2IVK460rZYNS7d4BWhhhslXyF9h_@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
a_:
if you have 9.2
However, I would put dollars to donuts that there is a better solution yet
to your larger problem... (though I guess donuts are getting close to $1
each now aren't they...)
-Joe
On Thu, May 13, 2010 at 3:04 PM, Jeff <zhujp98@gmail.com> wrote:
> data combine;
> merge a_1 a_b a_6 a_55 .....;
> ....
>
> all datasets to be merged starts with a_
> Is there a better ways make the code concise in stead of listing all of
> them?
> Thanks,
> Jeff
>
|