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 (November 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 3 Nov 2005 08:32:12 -0800
Reply-To:     monal kohli <k_monal_99@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         monal kohli <k_monal_99@YAHOO.COM>
Subject:      Re: Macro Variable Question
Comments: To: "Ross, Michael D" <michael.ross@ASTRAZENECA.COM>
In-Reply-To:  <22F95BC7C879D211AB120008C7A43B8008B97976@usuwphmsx01.usuwd.astrazeneca.net>
Content-Type: text/plain; charset=iso-8859-1

You need to enclose the filename code in double quotes. filename code "'c:\xxxx\&trial.&suffix\CODING"

HTH Mona

--- "Ross, Michael D" <michael.ross@ASTRAZENECA.COM> wrote:

> Any ideas why this is not working: > > %let trial = 12345; > %let suffix= -mike; > > filename code 'c:\xxxx\&trial.&suffix\CODING'; >

__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com


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