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


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