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
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.