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


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