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