Date: Tue, 1 Dec 2009 15:54:30 -0500
Reply-To: Ted Ames <forwardwash@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ted Ames <forwardwash@YAHOO.COM>
Subject: Creating a "Shift" Table
I have SAS Version 8.21 installed at my place. A Customer has both a
"Baseline" and "Final" reading. I have to produce a Shift Table as below:
Final Reading
Normal Mild Moderate Severe Missing Total
Normal
Base- Mild
line Moderate
Reading Severe
Missing
Total
The decodes for the values in the table are
Normal=1
Mild=2
Moderate=3
Severe=4
Missing=99
What is the best way to do this? Thanks in advance.