Date: Tue, 2 Nov 2010 15:41:56 -0700
Reply-To: Arthur Tabachneck <art297@NETSCAPE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@NETSCAPE.NET>
Subject: Re: Standardize with name change
Content-Type: text/plain; charset=ISO-8859-1
Paul,
While the following example requires a proc sql step to accomplish the
task, it does provide a solution to your problem:
http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473724.htm
HTH,
Art
--------------
On Nov 2, 4:45 pm, Paul <paulvonhip...@yahoo.com> wrote:
> I would like to standardize some variables -- call them x and y.
> In the output dataset I would like to have the original variables
> alongside the standardized versions -- call them x_s and y_s.
>
> I thought PROC STANDARD would do this, but instead it seems to
> overwrite the original variables. Many thanks for any suggestions.
>
> Best,
> Paul
|