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 (August 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 20 Aug 2006 17:55:35 GMT
Reply-To:   kenneth_m_lin@SBCGLOBAL.NET
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   kenneth_m_lin@SBCGLOBAL.NET
Organization:   SBC http://yahoo.sbc.com
Subject:   Re: URGENT: PROC SORT TO PROC SQL CONVERSION
Comments:   To: sas-l@uga.edu

Unless your dataset only contains the fields A through E, it'd be difficult to perform de-duping in PROC SQL.

"Abhijat" <ursabhijat@gmail.com> wrote in message news:1156068234.842470.228350@i42g2000cwa.googlegroups.com... > Hi All, > Please someone suggest me a proc sql equivalent for the below mentioned > proc sort code. > > > PROC SORT DATA = abc.xyz OUT = abc.pqr NODUPKEY; > BY A B C D E; > RUN; > > > Many Thanks , > Abhijat. >


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