[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Specify ENTER as a argument
- Subject: Re: Specify ENTER as a argument
- From: "Bencke, Gina" <GBencke@KICHLER.COM>
- Date: Fri, 22 Oct 1999 10:32:09 -0400
Chris,
If you type pass anything other than a NULL string your SQR will look
for values from the Run Control tables. However I have not been
successful in passing SQR a NULL string from the command line. Instead
use a @parmfile containing a blank line as its first (and in your case,
only) entry.
parm.dat ! simply contains a Carriage Return Linefeed
<CR><LF>
EndofFile ! this is not actually typed
>sqr yourprogram username/password@database @parm.dat
Hope this helps.
Gina Bencke
Bencke Consulting Corporation
gina@bencke.com
-----Original Message-----
From: Chris Kelly [mailto:ckelly@ATRIACOM.COM]
Sent: Friday, October 22, 1999 10:23 AM
To: Multiple recipients of list SQR-USERS
Subject: Specify ENTER as a argument
I am running sqr from a .cmd file and the report.sqr file always asks
for you
to press
ENTER before it starts to run. what do I type in as an argument so I
don't have
to type ENTER.