LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (January 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 13 Jan 2006 22:01:04 -0800
Reply-To:   shiling99@YAHOO.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   shiling99@YAHOO.COM
Organization:   http://groups.google.com
Subject:   Re: Rename/reference variables dynamically?
Comments:   To: sas-l@uga.edu
In-Reply-To:   <20060113161019.82820.qmail@web54209.mail.yahoo.com>
Content-Type:   text/plain; charset="iso-8859-1"

Probably this is a better choice.

data t1(rename=(col1-col3=myname1-myname3)); retain col1-col4 0; run;

proc contents;run;


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