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 (August 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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