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
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.
|