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 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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