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 (July 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 25 Jul 2007 06:12:17 -0400
Reply-To:   Ojal John <ojal.johnowino@GOOGLEMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ojal John <ojal.johnowino@GOOGLEMAIL.COM>
Subject:   combinations

Hi guys, I have this task which I want to accomplish using the SAS software. I have ten distinct numbers which I want to arrange in to groups of three without repetition, giving me 10C3 different arrangments. How can I use SAS to produce a table of the different arrangements. For example if I have: 1 2 3 4 5 6 7 8 9 10 the result would be; 1 2 3 4 6 7 2 4 5 ..... ..... and so on upto the last arrangment.

I would appreciate any help given. Nice time...


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