Date: Mon, 17 Nov 2008 15:55:16 +0530
Reply-To: Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Subject: Re: count of non-missing values in a row
In-Reply-To: <54689145-9202-4365-86de-f796106bd867@p35g2000prm.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
> id a b c cnt
> 1 2 . 2 2
> 2 1 10 . 2
> 3 . . 3 1
> 4 . 3 25 2
>
> Could anybody suggest regarding this?
>
cnt = n(a, b, c);
--
Anindya Mozumdar
http://www.anindyamozumdar.com
|