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 (August 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.
Comments: To: Tom Smith <need_sas_help@yahoo.com>
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. >


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