Date: Fri, 2 May 2008 22:44:07 GMT
Reply-To: Theorbo <reply@TO-GROUP.NFO>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Theorbo <reply@TO-GROUP.NFO>
Subject: Re: manipulation/transposition question
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
""Richard A. DeVenezia"" <rdevenezia@WILDBLUE.NET> wrote in message
news:004e01c8abe0$2c632c20$6601a8c0@extreme...
> proc transpose data=lowroad out=firstlevelofhell(drop=_name_);
> by id;
> id pivot_id;
> var col1;
> run;
>
Thanks to you both. David
|