At 12:39 PM 3/26/2013, Ajay Sanghvi wrote:

I need help understanding the following error message. I have never
encountered this error before.

-ERROR- Too many commands in WHILE loop/WHILE buffer full ( 218)

Is there a setting that will allow me to increase the buffer size?


Ajay,

Here's the reason and the explanation of -ERROR- 218 ...

All commands from the start of a WHILE loop to the corresponding ENDWHILE
command are stored in a scratch buffer. This buffer is limited to 64K of
memory. Too many commands in the WHILE loop prevent the command file from
finishing; approaching this limit can prevent other kinds of processing
such as checking data against data entry rules or using expressions.

Take a close look at all your RUN statements and make sure the last file
uses the RETURN command to return back to the calling command.

Depending on your programming logic, and all internal routines, you may
consider using "QUIT TO commandfile.rmd" instead of RUN commandfile.rmd.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to