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?
|