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 (June 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Jun 2004 16:42:28 -0400
Reply-To:     "Fehd, Ronald J. (PHPPO)" <RJF2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (PHPPO)" <RJF2@CDC.GOV>
Subject:      Re: Missing value in PROC FREQ
Comments: cc: 0101 htns <htns0101@YAHOO.COM>
Content-Type: text/plain; charset="US-ASCII"

> From: 0101 htns

> The table below is an output of a PROC FREQ.

> Here's the one I expect to see. How can I put a placeholder > for cases that have ZERO count? Thanks for any help.

PROC Freq data = Lib.Whatever tables <Var> / list missing sparse;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

RTFM: I'm an engineer, I don't get paid to know, I get paid to know where to look it up. RTFM: Read The Finite Manual.


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