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 (March 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 21 Mar 2000 16:18:09 -0500
Reply-To:     Bernard Tremblay <imaginasys@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bernard Tremblay <imaginasys@HOTMAIL.COM>
Subject:      Re: "not in (.,0) " not working in proc sql, creating a view

Hi,

The problem is simple change the "and" for an "or" in the where clause:

where smp_info.ID not in (.,0) OR smp_info.SIZE not in (.,0);

Regards, Bernard Tremblay imaginasys@hotmail.com


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