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 (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:         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
Comments: To: Jeff <zhujp98@gmail.com>
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


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