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 (January 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 15 Jan 2002 09:32:07 -0500
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Organization: MindSpring Enterprises
Subject:      Re: Many-To-One Transformation

"Gunnar Petersson" <gunnar.petersson@mep.ki.se> wrote in message news:a20pdf$73o$1@news.kth.se... > Hi, > > I have a problem with converting many records into one record. For example a > person can have many medical treatments at different time periods which each > generates a record. At analysis I want them all transformed to on record and > it's a pain. >

When the underlying data is effectively structured for categorical analysis, analysis' of the above type can typically be done with Proc REPORT or Proc TABULATE, without need to create an intermediate transposition of the underlying data.


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