| Date: | Fri, 5 Jan 2001 16:52:14 -0500 |
| Reply-To: | "Malarkey, Pat" <PMALARKEY@ULLICO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Malarkey, Pat" <PMALARKEY@ULLICO.COM> |
| Subject: | Re: zero cells in proc freq |
|
| Content-Type: | multipart/alternative;
|
|---|
Hi, N!
I'm on my way out the door, so this isn't tested...
proc freq noprint;
tables dayofyr*hour/list MISSING out=temp;
HTH!
- Pat
-----Original Message-----
From: N Yiannakoulias [mailto:nwy@GPU.SRV.UALBERTA.CA]
Sent: Friday, January 05, 2001 4:39 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: zero cells in proc freq
Hi all,
I'm using this:
proc freq noprint;
tables dayofyr*hour/list out=temp;
run;
to dump an hourly count to a file. This works fine except that zero events
are ignored.
So if no events occurred in hour five, hour five is skipped and no zero is
indicated.
I would be very happy if somone could help me with this simple problem,
N
--
----------------------
[text/html]
|