Date: Tue, 11 Jan 2011 19:27:30 -0800
Reply-To: Mark Miller <mdhmiller@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mark Miller <mdhmiller@GMAIL.COM>
Subject: Re: stack datasets together
In-Reply-To: <AANLkTimOevxP-xs1Pk=atg8oxaJQT00ybvUHvwEukpz3@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Jeff,
how about
data ret.all ;
set ret.a0000: ; /* colon as wild card */
run;
...Mark Miller
On 1/11/2011 7:09 PM, Jeff wrote:
> data ret.all;
> set ret.A0000absenthrsmissedc11i7
> ret.A0000absenthrsmissedc1i7
> ret.A0000absenthrsmissedc1i7
> ....
> ;
> run;
>
> I have about 100 data set start with a0000. is there a way to simplify this
> code?
> Thanks,
> Jeff
|