LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 11 Jun 2008 19:58:26 -0400
Reply-To:     Tom Smith <need_sas_help@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tom Smith <need_sas_help@YAHOO.COM>
Subject:      Re: AN OUTPUT (COSMETIC ISSUE) QUESTION
Comments: To: Ya Huang <ya.huang@AMYLIN.COM>

Thanks Huang I have a dataset as below:

serial description ---------------------- 10001 yes no may be 10001 he she them 1002 yes no may be 1002 he she them

How can I get rid of additions duplicate values for the same serial? I need only one serial number ( can not do grouping it messes uo the order) as below

serial description ---------------------- 10001 yes no may be he she them 1002 yes no may be he she them

Thanks a lot.


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