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 (May 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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