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 (July 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 11 Jul 2004 09:45:23 -0700
Reply-To:     sasyahoo <serna.98@ALUM.DARTMOUTH.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         sasyahoo <serna.98@ALUM.DARTMOUTH.ORG>
Organization: http://groups.google.com
Subject:      array / macro ??
Content-Type: text/plain; charset=ISO-8859-1

Suppose the following data:

1 Control tooth head foot 2 Control head . . 3 Test tooth . . 4 Test hand tooth .

suppose I want the following output/info: (format does not matter to me)

Group = Control Tooth count = 1 head count = 2 foor count = 1

Group = Test Tooth count = 2 hand count = 1 foot count = 0

I need a macro or a array or something right? how do i get sas to give me the counts? actual data has 300 observations and about 32 variables per observation.

thanks in advance


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