Date: Wed, 7 Oct 2009 00:07:47 -0700
Reply-To: Patrick <patrick.matter@GMX.CH>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Patrick <patrick.matter@GMX.CH>
Organization: http://groups.google.com
Subject: Re: Urgent - Unable to rectify the error
Content-Type: text/plain; charset=ISO-8859-1
.....
%do i =1 %to 2;
put &i;
.....
That must either be a put "&i"; or a %put &i;
|