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 (March 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 13 Mar 2003 18:10:17 -0600
Reply-To:     aldi@wubios.wustl.edu
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Aldi Kraja <aldi@WUBIOS.WUSTL.EDU>
Organization: WU
Subject:      Re: How to find this error?
Content-Type: text/plain; charset=us-ascii; format=flowed

Jeff, Look at the loop(s) you have in the program. It is saying that your: for example do i=1 to 500 ; is somehow incorrect. Maybe you missed a ; maybe you left out the "to". So do a search in the program and check where the do loop is the closed to where sas is reporting the error. HTH, Aldi

Jeff Morison wrote: > I am getting this error, I have several hundered lines > of code, how to find where this error is occuring?, > I don't see any underlines below the error statments > with the numbers so I can easily track them. > > > ERROR: Invalid DO loop control information, either the > INITIAL or TO expression is missing, zero, or invalid > > ERROR: Invalid DO loop control information, either the > INITIAL or TO expression is missing, zero, or invalid > > ERROR: Invalid DO loop control information, either the > INITIAL or TO expression is missing, zero, or invalid > > > TIA, > Jeff > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com


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