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 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 5 May 2004 12:05:41 -0400
Reply-To:     Sigurd Hermansen <HERMANS1@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Sigurd Hermansen <HERMANS1@WESTAT.COM>
Subject:      Re: another newbie question / SET
Comments: To: "Dennis, Helen" <hdennis@DOE.K12.DE.US>
Content-Type: text/plain

Helen: You aren't running the program in batch mode, are you? That or an open quote or Macro definition might explain the absence of the hcondall dataset. Sig

-----Original Message----- From: Dennis, Helen [mailto:hdennis@DOE.K12.DE.US] Sent: Wednesday, May 05, 2004 11:47 AM To: SAS-L@LISTSERV.UGA.EDU Subject: another newbie question / SET

Thanks so much for your patient help yesterday. Now I am trying to stack five data sets using the SET command, and although I get no error message, I also get no results. Each data set has 10,000 records and 10 variables.Any suggestions?

DATA hcondall; SET helmcond1 helmcond2 helmcond3 helmcond4 helmcond5; Run;

I also tried this:

%MACRO appnhelm; %DO k= 2 %TO 5; DATA helmdata1; set helmdata1 helmdata&k; run; %END

%appenhelm; run;

Helen C. Dennis Education Associate Assessment and Analysis Group Delaware Department of Education P.O. Box 1402 Dover, DE 19903-1402 Tel: (302)739-6700 Fax: (302) 739-3092 email: hdennis@doe.k12.de.us


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