Date: Thu, 4 May 2000 20:19:31 GMT
Reply-To: "Ruben J. Kovalcik" <rkovalcik@ISPCHANNEL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Ruben J. Kovalcik" <rkovalcik@ISPCHANNEL.COM>
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
|