[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: -F error
- Subject: Re: -F error
- From: Bob Buford <bbuford@CCCI.ORG>
- Date: Mon, 16 Nov 1998 16:05:18 -0500
Hi Phil,
You could try doing a NEW-REPORT command to specify the filename w/path that you want early in the report, before you "print" anything
e.g. Let $File = $NI_TOP || '/out/report.lis'
where $NI_TOP is a variable with assigned value inside SQR.
HTH,
Bob
>>> Phil Roell <phil.roell@NATINST.COM> 11/16 3:22 PM >>>
Hello All:
I am using the following command line when running my program:
sqr RELEASE / -F$NI_TOP/out/
in the hopes of redirecting my output to the $NI_TOP/out directory.
However, my lis file still shows up in the working directory. I have tried
also renaming my output using sqr .... -Fnewname.lis to no avail. The
lis file is still put into my working directory.
I am running SQR version 4.0.2, Oracle 7.2.3. Does anyone have any
recomendations? I have talke to the folks at SQRiBE and they are stumped.
Any help would be appreciated.
Thanks,
Phil