[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: NUMVARIABLES
The line does go into the SQR.INI file and the syntax is:
NUMVARIABLES = 2000 (or whatever number you need)
In the SQR4.xxx Language Reference Manual (pg 327,328), there is a VARIABLES
entry also. We have increased this value also. One of these changes should
fix the problem.
- - Art
-----Original Message-----
From: Aida van de Brake [mailto:Celeste@CABLE.A2000.NL]
Sent: Thursday, May 13, 1999 6:53 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: NUMVARIABLES
Someone wrote:
>
> In the SQR.INI you can have the following section:
>
[Processing-Limits]
; QUERIES = 60
; QUERYARGS = 240
; VARIABLES = 750
; PROGLINES = 2500
; PROGLINEPARS = 9000
; STRINGSPACE = 10000
; POSITIONS = 900
; SQLSIZE = 4000
; SUBVARS = 100
; DYNAMICARGS = 70
; FORWARDREFS = 200
; EXPRESSIONSPACE = 8192
; BREAKS = 100
; WHENS = 70
; ONBREAKS = 30
; LONGSPACE = 32766
>
> Uncomment the proper lines and set the value accordingly.
>
> The limits are the same as those applied to the -M file.
>
Thanks for the reply, but I don't see a NUMVARIABLES in this
list.
My problem is: I need my setting "NUMVARIABLES=400" to go
somewhere
because my SQRs with over, say, 200 numerics don't work
without it.
Up until now it was in a -M file called BIG.MEM together
with all the
other settings from your list. Now I put them all in the
SQR.INI and
they all seem to work, except for the NUMVARIABLES-setting.
Do I really have to keep my BIG.MEM file just to be able to
set my number
of numerics?? That would seem pretty illogical to me...
Thanks again,
Cheers,
Aida.