LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (January 2011, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Jeff <zhujp98@gmail.com>
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


Back to: Top of message | Previous page | Main SAS-L page