LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 13 May 2010 16:20:09 -0400
Reply-To:     Jeff <zhujp98@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jeff <zhujp98@GMAIL.COM>
Subject:      Re: how to use wildcards here?
Comments: To: Joe Matise <snoopy369@gmail.com>
In-Reply-To:  <AANLkTimyOZBtyL3RRgb-piPlVJ1BKPqpYlxi8pDtBmHZ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Thanks. Unfortunately I have only sas 9.1. It seems I have to list them all. Jeff

On Thu, May 13, 2010 at 4:08 PM, Joe Matise <snoopy369@gmail.com> wrote:

> 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 >> > >


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