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 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 8 Nov 2005 08:04:14 -0800
Reply-To:     maarten.laurs@ASTRAZENECA.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         maarten.laurs@ASTRAZENECA.COM
Organization: http://groups.google.com
Subject:      Re: Rename Variable
Comments: To: sas-l@uga.edu
In-Reply-To:  <1131462939.867058.39960@g44g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"

That is correct. In the sas explorer you are, by default, presented with the label that was assigned to a particular column. You'll have to assign a different lable to the variable using a proc datasets for instance.

proc datasets data=yourDataset; label yourVariable='newName'; run;

Kind regards, Maarten


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