Date: Wed, 16 Sep 2009 07:21:58 -0700
Reply-To: Aj <ajeetsubramanian@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Aj <ajeetsubramanian@GMAIL.COM>
Organization: http://groups.google.com
Subject: create combinations in SAS
Content-Type: text/plain; charset=ISO-8859-1
Hi all
Consider a dataset with 'n' values in it
Varibles
Age
height
weight
colour
....
...
I want to create all possible combinations with these variables such
as
1. age height
2.age weight
3. age colour
4. age height weight
5. age height weight colour
6. height weight colour
7. age weight colour
...
...
...
...
Any pointers will be helpful.
thanks
Aj