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 (September 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Sep 2008 17:26:20 -0700
Reply-To:     irinfigvam@yahoo.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Irin later <irinfigvam@YAHOO.COM>
Subject:      WHERE clause operator requires compatible variables
Content-Type: text/plain; charset=iso-8859-1

I got the following error log:   489 490  data contact; 491  set contact; 492  rename mbr_gender=Gender; 493  rename fname5=first_name; 494  keep policyno gender first_name; 495  where policyno <> .; NOTE: The "<>" operator is interpreted as "not equals". ERROR: Where clause operator requires compatible variables. 496  run;   What I am doing wrong?   Thank you in advance,   Irin  


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