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 (October 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Oct 2001 23:06:54 -0700
Reply-To:     bobby <itp_group@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         bobby <itp_group@HOTMAIL.COM>
Organization: http://groups.google.com/
Subject:      grabbing the unique variable from a data set
Content-Type: text/plain; charset=ISO-8859-1

Hi all, I am trying to work out a way to grab teh unique variables from a data set example if a data set contained: bob bob bob kill bob kill eat I would like it to return a dataset containing bob, kill, eat

NOTE: that the strings could be anything (unknown) it must simply just return the unique variables of a column in a dataset. Thankyou Hugh


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