Date: Fri, 5 May 2000 07:47:33 -0400
Reply-To: clmakinson@GOODYEAR.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: clmakinson@GOODYEAR.COM
Subject: Re: proc print
Content-type: text/plain; charset=us-ascii
Maybe you want this:
where hgs_room in ('110','115','120','125','130','135','140','145')
and (bldg_no NE '2' OR
bldg_no NE '88');
"Ruben J. Kovalcik" <rkovalcik@ISPCHANNEL.COM>@listserv.vt.edu> on
05/04/2000 04:19:31 PM
Please respond to "Ruben J. Kovalcik" <rkovalcik@ISPCHANNEL.COM>
Sent by: "SAS(r) Discussion" <SAS-L@listserv.vt.edu>
To: SAS-L@LISTSERV.VT.EDU
cc:
Subject: proc print
hi friends, i am printing selected entries from a dataset in SAS8 using the
following:
where hgs_room in ('110','115','120','125','130','135','140','145')
and bldg_no NE '2'
and bldg_no NE '88';
but SAS is printing more than the desired entries from the database. Any
ideas? thank you, Ruben
|