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 (July 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 21 Jul 2008 02:34:36 -0700
Reply-To:   HXDAIC <HXDAIC@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   HXDAIC <HXDAIC@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: How to pick right records
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Proc sql; create table noapproval as select * from test where Person not in (select person from test where Judgement EQ 'approved'); quit;


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