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