Date: Thu, 19 Aug 2004 19:28:54 -0700
Reply-To: DM <dmayh@UFL.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: DM <dmayh@UFL.EDU>
Organization: http://groups.google.com
Subject: create table from proc freq
Content-Type: text/plain; charset=ISO-8859-1
Hello. Does anyone know how to create a table from proc freq when
more than one variable is specified in the tables statement? Consider
the following code:
proc freq data=icd;
tables icddiag1 icddiag2 icddiag3/ out=diagnose
run;
I would like the table 'diagnose' to contain frequency information for
all three variables, however it's only giving me the information for
the third varible (icddiag3). Is there a fix for this?
Thanks
|