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 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


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