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 (September 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 11 Sep 2002 11:49:34 -0400
Reply-To:     Action Man <wollo_desse@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Action Man <wollo_desse@HOTMAIL.COM>
Subject:      Appending ";" at the end of a variable
Content-Type: text/plain; format=flowed

Hello SASL;

I need to append “;” at the end of a variable, I tried the following;

%let commait = %str(;);

data test1; big_var=”I_am_too_Big_2_handle”; run;

data test2; set test1; big_Var=Big_var||&commait; run;

but I am not getting the “;” at the end of the variable. What am I doing wrong?

Thank you in advance. Wollo

_________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx


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