Date: Wed, 12 Jan 2011 03:23:41 +0000
Reply-To: goladin@gmail.com
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "goladin@gmail.com" <goladin@GMAIL.COM>
Subject: Re: stack datasets together
Content-Type: text/plain; charset="utf-8"
Hi,
Any commonality between the data names?
Regards,
Murphy
Sent from my Nokia phone
-----Original Message-----
From: Jeff
Sent: 12/01/2011 11:09:13 AM
Subject: stack datasets together
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
|