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 (May 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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