Date: Tue, 29 Jan 2008 03:28:27 -0800
Reply-To: thomas <addstat@GOOGLEMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: thomas <addstat@GOOGLEMAIL.COM>
Organization: http://groups.google.com
Subject: Re: craete data-set with all combinations of n x 1, n x 0
Content-Type: text/plain; charset=ISO-8859-1
Thank you all.
Just to give a comment. I'm not a student. Of course it would be
possible to write a macro with some nested loops.
But I prefer SAS internal methods like ALLPERM, SORT etc. because
these are validated methods. Internal macros (or HASH, which was
unknown to me), do the calculations of course, but in terms of
validation they could cause a lot of work.
So, for future questions I should mention this aspect that I would
like to solve the problems with minimal usage of macros etc..
Best regards
Thomas
|