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