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 (February 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 16 Feb 2008 09:13:39 -0500
Reply-To:     "data _null_," <datanull@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "data _null_," <datanull@GMAIL.COM>
Subject:      Re: sas macro language
Comments: To: Stefan Pohl <stefan.pohl@ish.de>
In-Reply-To:  <77343178E87F433FA8EDA88C51B0ABAD@aktuare.local>
Content-Type: text/plain; charset=ISO-8859-1

DATA table1_&data.1;

Period us used to mark end of macro variables.

On Feb 16, 2008 9:06 AM, Stefan Pohl <stefan.pohl@ish.de> wrote: > Hi sas-group, > > %MACRO ward(data); > > ... > > DATA table1_&data1; * <-- this does not work, I want to get test1, what is > to do?; > > ... > > %MEND ward; > > %ward(test) > > Thank you for help. > > Stefan. >


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