Date: Thu, 23 Feb 2006 08:10:55 -0600
Reply-To: Gary Shaw <Gary.Shaw@AUSTIN.PPDI.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gary Shaw <Gary.Shaw@AUSTIN.PPDI.COM>
Subject: Re: problem with resolving a macro variable
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 23 Feb 2006 01:33:52 -0800
From: RolandRB <rolandberry@HOTMAIL.COM>
Subject: Re: problem with resolving a macro variable
Rune, try this example....
%macro create_macro_variables;
%let myname = Rune;
&myname
%mend;
%put The macro variable 'myname' resolves to : %create_macro_variables;
Thanks, Gary
______________________________________________________________________
This email transmission and any documents, files or previous email
messages attached to it may contain information that is confidential or
legally privileged. If you are not the intended recipient or a person
responsible for delivering this transmission to the intended recipient,
you are hereby notified that you must not read this transmission and
that any disclosure, copying, printing, distribution or use of this
transmission is strictly prohibited. If you have received this transmission
in error, please immediately notify the sender by telephone or return email
and delete the original transmission and its attachments without reading
or saving in any manner.
|