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 (September 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 4 Sep 2005 16:29:59 -0400
Reply-To:   Steve Woods <woods.steve@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Steve Woods <woods.steve@GMAIL.COM>
Subject:   Need macro?

I have a dataset like this (only a sample):

Name Var1 asd 12 asd 17 asd 89 asd 23 asd 56 asf 89 asf 34 asf 56 asf 21 asf 67 asf 10 zxc 19 zxc 98 zxc 78 zxc 34

and so on.......... many names (hundreds) and many other variables as well.

"asd" has hundreds of values. similarly, asf and zxc has hundreds and hundreds of values.

I need to do is to generate different output files with name "asd", "asf", "zxc" () and so on containing only values of "asd", "asf" and "zxc" so on.

Thanks:


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