[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: -M Max File Question
- Subject: Re: -M Max File Question
- From: "Love, Kristin" <klove@MSA.COM>
- Date: Fri, 1 Oct 1999 08:01:22 -0400
Actually, all you do is create a text file (for example in WordPad). Here is
a copy of one of mine:
!---------------------------------------------------------------------------
!! !Report : Revenue Report
! File : GBMSM020.DAT
! Report Area : Sales
!*********************************************************************
!Changing the SQR defaults.
QUERIES=100
SQLSIZE=33400 !Anything larger than this causes an Oracle error
DYNAMICARGS=200
PROGLINES=4000
PROGLINEPARS=12000
Store your -M file in the same directory as your program. I usually name
mine the same name as the SQR and then add .DAT. Other people have different
extensions to name theirs...
HTH
:) Kristin
> -----Original Message-----
> From: Jason Maurer [SMTP:JMaurer@WIREDEMPIRE.COM]
> Sent: Thursday, September 30, 1999 4:45 PM
> To: Multiple recipients of list SQR-USERS
> Subject: -M Max File Question
>
> Does anyone know where I can find information about how to construct a
> -M (startup file)? Every now and then SQR tells me that I need to add
> random lines to this file or increase my value size. I would like to be
> able to find some information about this file so I can set it up now
> with good sized variable limits so we don't keep running into this
> problem.
>
> Thanks!!