Date: Fri, 27 Aug 2010 11:55:48 -0500
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: A IF or Where Statement problem. So Simple but not working.
Please help me.
In-Reply-To: <201008271648.o7RAplkK006390@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
Please attach your code so we can tell you why it's wrong. :)
My solution for that would probably involve IF NOT
MISSING(COALESCE(variables)); if they are all of a type (all numeric/all
character).
=Joe
On Fri, Aug 27, 2010 at 11:48 AM, Tom Smith <need_sas_help@yahoo.com> wrote:
> I meant none of the varaible is not missing, means both variable can have
> value or atleats one of them has a value for a particular record. The only
> recod needed to be deleted where both variable has missing values. Thanks
> a lot.
>
|