| Date: | Fri, 17 Apr 2009 12:25:50 -0700 |
| Reply-To: | hd <heenagd@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | hd <heenagd@GMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | do while |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
Hello,
I am having trouble in the syntax for do while in macros
is this correct
%do %while ((&all1and2 = 1) or (&temp>=6));
when i just omit the second condition it works.
%do %while (&all1and2 = 1)
Many Thanks
|