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 (November 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 24 Nov 2008 12:20:08 -0800
Reply-To:     jasonm@UCLA.EDU
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         J M <jasonm@UCLA.EDU>
Subject:      SAS Tables
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"

I would like to take this data: Age Exp Rate 1 1 0.9 1 2 1.2 2 1 0.6 2 2 0.2 and create this table 1 2 1 0.9 1.2 2 0.6 0.2 I'm then going to export this output to Excel (which I assume should be straightforward using ODS).

Any suggestions?


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